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