Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Mar 02, 2021
  3. Mar 01, 2021
  4. Feb 28, 2021
  5. Feb 25, 2021
  6. Feb 21, 2021
  7. Feb 18, 2021
  8. Feb 17, 2021
  9. Feb 11, 2021
  10. Feb 10, 2021
  11. Feb 01, 2021
  12. Jan 29, 2021
  13. Nov 14, 2020
  14. Sep 02, 2020
  15. Aug 16, 2020
  16. Jul 28, 2020
  17. Jul 22, 2020
  18. Jul 17, 2020
  19. Jul 10, 2020
  20. Jun 26, 2020
  21. 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
  22. May 15, 2020
  23. Apr 29, 2020
  24. Dec 18, 2019
  25. Dec 17, 2019
  26. Dec 16, 2019
  27. Dec 11, 2019
  28. Dec 09, 2019
  29. Dec 07, 2019
Loading