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