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. Sep 19, 2019
  4. Mar 04, 2019
  5. Feb 28, 2019
  6. Feb 22, 2019
  7. Feb 20, 2019
  8. Feb 19, 2019
  9. Feb 16, 2019
  10. Feb 15, 2019
  11. Jan 26, 2019
  12. Jan 23, 2019
  13. Sep 11, 2018
  14. Sep 07, 2018
  15. Aug 30, 2018
  16. Aug 03, 2018
  17. Jul 30, 2018
  18. Jun 06, 2018
  19. Jun 05, 2018
  20. May 25, 2018
  21. May 17, 2018
Loading