Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pzucker/gdb #70

Merged
merged 63 commits into from
Sep 27, 2019
Merged

Pzucker/gdb #70

merged 63 commits into from
Sep 27, 2019

Commits on Aug 29, 2019

  1. Add Unknown case when pattern matching BIR types

    Chloe Fortuna committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    90c4ad4 View commit details
    Browse the repository at this point in the history
  2. Save a binary's program instead of a project

    Chloe Fortuna committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    40f2a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac69020 View commit details
    Browse the repository at this point in the history
  4. Update README with BAP version number

    Chloe Fortuna committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    3134645 View commit details
    Browse the repository at this point in the history
  5. Upgrade value_set to BAP 2.0

    Chloe Fortuna committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2ce0faf View commit details
    Browse the repository at this point in the history
  6. Update BAP version number in wp README

    Chloe Fortuna committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    ba87d76 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Add makefile for all sample binaries in resources

    Chloe Fortuna committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    3597cf3 View commit details
    Browse the repository at this point in the history
  2. Look for a jmp to a var with noreturn as return block

    Chloe Fortuna committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    cf6bcb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    6cc3a85 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. added documentation

    philzook58 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    bad4c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    585e8e9 View commit details
    Browse the repository at this point in the history
  3. fiexed merge conficts

    philzook58 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    906ccf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    84ea864 View commit details
    Browse the repository at this point in the history
  2. Use last block to determine how much to increment stack pointer

    Chloe Fortuna authored and philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9ffa399 View commit details
    Browse the repository at this point in the history
  3. Look for a jmp to a var with noreturn as return block

    Chloe Fortuna authored and philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    fcc4840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35a61e4 View commit details
    Browse the repository at this point in the history
  5. added documentation

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1eb8646 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    683fc03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    390248a View commit details
    Browse the repository at this point in the history
  8. added labelled parameter. Moved aorund some comments. Renamed postpro…

    …cess module to output.ml
    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    fb98a4b View commit details
    Browse the repository at this point in the history
  9. fixed readme typo

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    10aff45 View commit details
    Browse the repository at this point in the history
  10. Rebased.

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4d6855f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d8750d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    666c43e View commit details
    Browse the repository at this point in the history
  13. fixed readme

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    354ba34 View commit details
    Browse the repository at this point in the history
  14. fixed weird spacing

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    a926039 View commit details
    Browse the repository at this point in the history
  15. Use last block to determine how much to increment stack pointer

    Chloe Fortuna authored and philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9cb9cd1 View commit details
    Browse the repository at this point in the history
  16. Look for a jmp to a var with noreturn as return block

    Chloe Fortuna authored and philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ed6d6d6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f362a3e View commit details
    Browse the repository at this point in the history
  18. added documentation

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d9833dd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c3fc7bc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9022447 View commit details
    Browse the repository at this point in the history
  21. added labelled parameter. Moved aorund some comments. Renamed postpro…

    …cess module to output.ml
    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6ad1e3a View commit details
    Browse the repository at this point in the history
  22. fixed readme typo

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    a1f5e16 View commit details
    Browse the repository at this point in the history
  23. Rebased.

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    71c11e7 View commit details
    Browse the repository at this point in the history
  24. Look for a jmp to a var with noreturn as return block

    Chloe Fortuna authored and philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6afb96e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0df653f View commit details
    Browse the repository at this point in the history
  26. added documentation

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    5bb857a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    14db1b1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a7998f2 View commit details
    Browse the repository at this point in the history
  29. fixed readme

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3c6f4f6 View commit details
    Browse the repository at this point in the history
  30. fixed weird spacing

    philzook58 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    468d426 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    348145f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Use last block to determine how much to increment stack pointer

    Chloe Fortuna authored and philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    5aeab89 View commit details
    Browse the repository at this point in the history
  2. Look for a jmp to a var with noreturn as return block

    Chloe Fortuna authored and philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f7fced3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f171fb7 View commit details
    Browse the repository at this point in the history
  4. added documentation

    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    93a184a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9660ee5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0e2e8b View commit details
    Browse the repository at this point in the history
  7. added labelled parameter. Moved aorund some comments. Renamed postpro…

    …cess module to output.ml
    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    e7e34ef View commit details
    Browse the repository at this point in the history
  8. fixed readme typo

    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    85ea279 View commit details
    Browse the repository at this point in the history
  9. Rebased.

    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f189730 View commit details
    Browse the repository at this point in the history
  10. Look for a jmp to a var with noreturn as return block

    Chloe Fortuna authored and philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    526fe04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1d8e37 View commit details
    Browse the repository at this point in the history
  12. added documentation

    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    658ccfe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e4d12c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7855bbc View commit details
    Browse the repository at this point in the history
  15. fixed readme

    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    810bf14 View commit details
    Browse the repository at this point in the history
  16. fixed weird spacing

    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    76171ab View commit details
    Browse the repository at this point in the history
  17. Use last block to determine how much to increment stack pointer

    Chloe Fortuna authored and philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b786424 View commit details
    Browse the repository at this point in the history
  18. Look for a jmp to a var with noreturn as return block

    Chloe Fortuna authored and philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b0fa7bd View commit details
    Browse the repository at this point in the history
  19. Rebased.

    philzook58 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3a76268 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    46f9ee2 View commit details
    Browse the repository at this point in the history