903fa6815b7f8bb21ea576240c1b2bba1e495105
[ia32rtools.git] / ida / notes.txt
1
2 manual adjust:
3 - (exe only) find constants in .text that are actually pointers
4   (adjust as needed):
5      [456][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]h
6      _[456][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]\+
7 - get rid of function chunks where possible (they're usually tailcalls)
8 - search for 'dword_xx+N', make byte/word, also word->byte
9 - convert ds:0[eax*4] -> [eax*4+0] (h hotkey)