Skip to content
Snippets Groups Projects
  1. Feb 10, 2021
  2. Jun 25, 2020
    • Daniel Chen's avatar
      Rework the assembly-string->binary conversion. · 6cb3e237
      Daniel Chen authored and Jason Hiser's avatar Jason Hiser committed
      The old method involved writing assembly to a file, asking an external assembler to do the conversion, then processing the binary file to read the binary instructions back out.  This method is slow and relies on nasm, which isn't available on all machines or for the full variety of supported architectures.  The replacement is keystone, a 3rd party library that is linked to provide assembly->binary conversion.
      6cb3e237
  3. May 20, 2019
  4. May 16, 2019
  5. Apr 15, 2019
  6. Apr 09, 2019
  7. Mar 12, 2019
  8. Mar 11, 2019
  9. Mar 08, 2019
  10. Mar 04, 2019
  11. Feb 15, 2019
  12. Jan 26, 2019
  13. Jan 23, 2019
  14. Nov 04, 2018
  15. Feb 09, 2018
  16. May 18, 2017
    • jdh8d's avatar
      · 22439141
      jdh8d authored
      Former-commit-id: f69c63dc
      22439141
  17. May 05, 2017
  18. Feb 22, 2017
  19. Feb 08, 2017
  20. Aug 22, 2016
  21. Oct 05, 2015
  22. Sep 25, 2015
  23. Feb 07, 2015
  24. Feb 06, 2015
  25. Jan 28, 2015
  26. Jan 26, 2015
  27. Oct 08, 2014
  28. Jun 27, 2014
  29. Jun 04, 2014
Loading