Skip to content
Snippets Groups Projects
  1. Oct 19, 2023
  2. Jun 08, 2023
  3. May 23, 2023
  4. Apr 03, 2023
  5. Apr 01, 2023
  6. Mar 28, 2023
  7. Mar 27, 2023
  8. Feb 14, 2023
  9. Feb 09, 2023
  10. Feb 01, 2023
  11. Jan 10, 2023
  12. Jan 09, 2023
  13. Jan 06, 2023
  14. Nov 07, 2022
  15. Oct 08, 2022
  16. Jul 20, 2022
  17. Jul 11, 2022
  18. May 19, 2022
  19. May 04, 2022
    • Jason Hiser's avatar
      Update to fix calls for exception handling. · be161585
      Jason Hiser authored
      Fixed calls break exception handling, and largely aren't needed anymore.
      We were still "fixing" calls when it had no fallthrough instruction,
      assuming the call is used for something else.  Except that sometimes a
      "call _cxa_throw" ends a function/section and legitimately has no
      fallthrough.  And this breaks the exception handling.
      
      Testing this fix against the Zipr test suite to verify that it is OK
      on a large suite of programs.
      be161585
  20. Apr 27, 2022
  21. Apr 25, 2022
  22. Apr 22, 2022
  23. Apr 21, 2022
  24. Apr 16, 2022
    • Andreas Wendler's avatar
      Fix DecodedOperandCapstoneX86_t::getString() · bbdd2b1e
      Andreas Wendler authored
      The main problem is the use of an addition instead of a multiplication for scale values.
      In addition, to make sure the result can be used to create new instructions from assembly,
      all generated numbers must be in hex.
      bbdd2b1e
  25. Jan 10, 2022
  26. Jan 08, 2022
  27. Dec 31, 2021
  28. Dec 29, 2021
  29. Dec 20, 2021
Loading