Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 5 gadiem
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()