Skip to content
Snippets Groups Projects
  1. Sep 07, 2021
  2. Sep 06, 2021
  3. Sep 01, 2021
    • pompolic's avatar
      More cleanup/TODOs · a3e3f62f
      pompolic authored
      - handle parser names being None in HammerParserBacktrace
      - figured out subscripting, so the stringly typed code in the Env
      classes can be replaced
      a3e3f62f
  4. Aug 30, 2021
  5. Aug 18, 2021
  6. Aug 17, 2021
  7. Aug 16, 2021
  8. Aug 12, 2021
  9. Aug 10, 2021
    • pompolic's avatar
      WIP commit · 0b658619
      pompolic authored
      Fixes:
      - missing parenthesis in ActionEnv
      - ord() instead of int() in ChEnv
      - VTTypes() needs to be initialized in InitParserBreakpoint, to get the correct gdb frame. Also keep references in TopLevelParse
      0b658619
  10. Jul 06, 2021
    • pompolic's avatar
      WIP commit · 70dfbebb
      pompolic authored
      Dependencies between script files are kind of a mess at the moment
      70dfbebb
  11. Jul 05, 2021
  12. Jun 30, 2021
  13. Jun 28, 2021
  14. Jun 25, 2021
  15. Jun 24, 2021
  16. Jun 21, 2021
  17. Jun 18, 2021
    • pompolic's avatar
      WIP commit · 863eda00
      pompolic authored
      Backend support for parser hierarchy widget
      863eda00
  18. Jun 16, 2021
    • pompolic's avatar
      Rudimentary GUI · d9e74401
      pompolic authored
      - left hand side shows the parser about to be invoked (top of current parser stack), as well as its address
      - right hand side shows the current position in the input + the next 32 bytes
      - step button executes hammer-parse-step 1
      
      Start the GUI by sourcing gui.py after parser-name-instrumentation-gdb.py and utility-commands.py have been loaded
      d9e74401
  19. Jun 11, 2021
  20. Jun 10, 2021
  21. Jun 08, 2021
Loading