debugging - How to remove code analysis from ida pro as olly debugger? -
debugging - How to remove code analysis from ida pro as olly debugger? -
(1) reverse engineer programme in ida pro , see lots of "db" instructions (2) in olly debugger ,"db" instruction can remove alternative "remove code analysis module". (3) how can remove code analysis ida pro? (4) have tried code deobfuscator plugin in ida not seem work
you might want "undefine" bytes. there other possibilities depending on want exactly.
select in main window press 1 of key:
'u' undefine 'c' code 'd' data 'a' ascii stringsee "edit" menu more options.
debugging reverse-engineering ida
Comments
Post a Comment