X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ida%2Fnotes.txt;fp=ida%2Fnotes.txt;h=96d6ee481289e2c31f24d4f5a6babf2a0b9aa195;hb=ea43585b82e86b5c393ead41963ba6c2eca157c7;hp=903fa6815b7f8bb21ea576240c1b2bba1e495105;hpb=206c0727041648e9545d16b25e591880f2c58f79;p=ia32rtools.git diff --git a/ida/notes.txt b/ida/notes.txt index 903fa68..96d6ee4 100644 --- a/ida/notes.txt +++ b/ida/notes.txt @@ -6,4 +6,6 @@ manual adjust: _[456][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]\+ - get rid of function chunks where possible (they're usually tailcalls) - search for 'dword_xx+N', make byte/word, also word->byte + ptr [^\[ ].*\+[0-9A-F] + offset [^ ]*\+[0-9A-F] - convert ds:0[eax*4] -> [eax*4+0] (h hotkey)