readme & issues

This commit is contained in:
2019-11-10 16:01:28 +01:00
parent 3b681758f4
commit 37db06f918
2 changed files with 57 additions and 0 deletions

21
issues.md Normal file
View File

@@ -0,0 +1,21 @@
+ unimportant
++ feature request
+++ bug
+++ fix relative calls in build_trampoline()
++Detect loops to the start of the function to be hooked
start:
jmp hook_function
bla
jXX start+3
How to fix that:
Also fix that jump
Copy more into the trampoline
++ search for code caves and use those
++ more jump types in is_jump()
+ fix disassemble_func()
+ fix is_end_of_function()