Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 元のコード
- 0040D593 - 6A FF - push -01 { 255 }
- 0040D595 - 68 0C100000 - push 0000100C { 4108 }
- 0040D59A - 52 - push edx
- 0040D59B - FF 15 60444300 - call dword ptr [00434460]
- 0040D5A1 - 8B F0 - mov esi,eax // 現在選択中の行数
- 修正Patch!
- 0040D5A1 - E9 3C40FFFF - jmp 004015E2
- 適当な空きメモリ
- 004015E2 - 40 - inc eax // 次の行を検索開始位置に設定
- 004015E3 - 8B F0 - mov esi,eax
- 004015E5 - 89 74 24 18 - mov [esp+18],esi
- 004015E9 - E9 B9BF0000 - jmp 0040D5A7
- 現在選択中の行から検索が開始されるため、同じ行がヒットするバグを修正
Advertisement
Add Comment
Please, Sign In to add comment