translate: add ref hint, document others
[ia32rtools.git] / ida / notes.txt
CommitLineData
4328117e 1
2manual 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
ea43585b 9 ptr [^\[ ].*\+[0-9A-F]
10 offset [^ ]*\+[0-9A-F]
4328117e 11- convert ds:0[eax*4] -> [eax*4+0] (h hotkey)