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