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 string

see "edit" menu more options.

debugging reverse-engineering ida

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -