Skip to content
Snippets Groups Projects
  1. Oct 07, 2022
  2. Aug 21, 2022
  3. Aug 18, 2022
  4. Aug 05, 2022
  5. Jul 28, 2022
  6. Jul 20, 2022
  7. Jul 19, 2022
  8. Jul 11, 2022
  9. Jul 07, 2022
  10. Jul 05, 2022
  11. Jun 21, 2022
  12. Jun 07, 2022
  13. May 23, 2022
  14. May 19, 2022
  15. May 09, 2022
  16. May 08, 2022
  17. 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
    • Jason Hiser's avatar
      Cleanup for new compiler · 3c6c3810
      Jason Hiser authored
      3c6c3810
  18. May 02, 2022
  19. May 01, 2022
  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
Loading