How can I search for a specific CPU instruction in OllyDbg? For example, I tried Ctrl+F, entered “MUL” and got the error “Wrong number of operands”. I want to search the disassembly for specific instructions like “MUL” or “CWD” or “NEG” or whatever.
Share
You need to include all instruction operands in the search. Use
anyas a wild card.Examples:
From OllyDbg 2.0 Brief Help: