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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -