You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 5 година
123456789101112131415161718192021
  1. + unimportant
  2. ++ feature request
  3. +++ bug
  4. +++ fix relative calls in build_trampoline()
  5. ++Detect loops to the start of the function to be hooked
  6. start:
  7. jmp hook_function
  8. bla
  9. jXX start+3
  10. How to fix that:
  11. Also fix that jump
  12. Copy more into the trampoline
  13. ++ search for code caves and use those
  14. ++ more jump types in is_jump()
  15. + fix disassemble_func()
  16. + fix is_end_of_function()