- Mar 12, 2019
-
-
Jason Hiser authored
-
- Mar 11, 2019
-
-
Jason Hiser authored
1) change set of PSPATH to not overwrite previous settings, 2) name function with program entry point as "_start" 3) populate initial frame sizes
-
- Feb 19, 2019
-
-
Jason Hiser authored
Former-commit-id: 0ca6c079
-
Jason Hiser authored
Former-commit-id: 2ca8b60753ca290aa0be266ba55b94606cdd64de
-
- Feb 13, 2019
-
-
Jason Hiser authored
Former-commit-id: 72178881af10bbacb1a057984cc662a3c92b2f99
-
- Jan 25, 2019
-
-
Jason Hiser authored
Former-commit-id: 9a8878428887649e77956c9ff3b59fc037327db7
-
- Jan 22, 2019
-
-
Jason Hiser authored
Former-commit-id: 7a8a7c62b52a9ae9597dd1b1cab70b302977f5c5
-
- Jan 03, 2019
-
-
Jason Hiser authored
Former-commit-id: 22f2d60eafbb980e97b57d3d9fd6d094a5d3e4e9
-
- Dec 31, 2018
-
-
Jason Hiser authored
Former-commit-id: c22e8ef8a5a4ccc031217a739cf1f716ecb89568
-
- Dec 27, 2018
-
-
Jason Hiser authored
Former-commit-id: 274999bdbf35747e6ef3a6b372c1b643766e3c84
-
- Dec 23, 2018
-
-
Jason Hiser authored
Former-commit-id: a8a551e8391758f8843b1dd0e652635986ec0b29
-
- Dec 19, 2018
-
-
Jason Hiser authored
Former-commit-id: efe47cc44a4f12c28c9729b149506ec3aa9ea622
-
- Dec 16, 2018
-
-
Anh Nguyen-Tuong authored
Former-commit-id: f694199159725b54e8460705bb503187bcd59fea
-
- Nov 11, 2018
-
-
Matthew McGill authored
Former-commit-id: 1a3d4fa0fda3e689d43cf9ec51d5f525d8f105da
-
- Nov 06, 2018
-
-
Matthew McGill authored
Former-commit-id: fc1ee0022a9395001abe97ef026164e1c51cf306
-
- Nov 02, 2018
-
-
Matthew McGill authored
Former-commit-id: 45e435d01bab94d0d728608052d4199f2c8df742
-
- Nov 01, 2018
-
-
Jason Hiser authored
Former-commit-id: 4bb9fc0d36a7a3e9dc023be45ab6a1620a08b683
-
Matthew McGill authored
Former-commit-id: 23c210c67f573f625702a92dd0e743cf519f037e
-
- Oct 17, 2018
-
-
Matthew McGill authored
Former-commit-id: b36d5bc6a8e506a7af82955e547f444a4acd29e2
-
Matthew McGill authored
Former-commit-id: a94b0afdc258449aee73e6b46df96b5e43a6f675
-
- Oct 16, 2018
-
-
Matthew McGill authored
Former-commit-id: 12a9f89e9dfb99d4551d436989be6206aac5c2f2
-
- Oct 10, 2018
-
-
Matthew McGill authored
Former-commit-id: 25c08853de62e88f56a031b4bdec3fa8ce5a8699
-
- Oct 07, 2018
-
-
Matthew McGill authored
Former-commit-id: c458df0723ecf957105159d9b9d2458325f9168d
-
- Sep 20, 2018
-
-
Matthew McGill authored
Former-commit-id: 9453a478fad73471242bfc97ba8cc77a58ffd847
-
- Sep 17, 2018
-
-
Matthew McGill authored
fill_in_cfg is now its own class, with ParseAndConstruct() and execute() methods to help support thanos Former-commit-id: 9e53302e03661fe11542a6eb3fd3a26164fc45ec
-
- Jul 31, 2018
-
-
Jason Hiser authored
Former-commit-id: f9832fb9a7f84bef68a7f56f68c44b0a063e7c68
-
- Jul 30, 2018
-
-
Jason Hiser authored
Former-commit-id: 86c1df8c8e05024a5378d41eb4757bee1361d088
-
- Mar 15, 2018
-
-
jdh8d authored
Former-commit-id: 532dff26d4a996e7877cc62b970612d956eba77c
-
- Mar 02, 2018
-
-
jdh8d authored
fixed is_pop call to use operand0 ala capstone instead of bea, and disabled some verbose output in fill_in_cfg Former-commit-id: d7ea18dcd34080d3372152f31e954044cb2c779d
-
- Mar 01, 2018
-
-
jdh8d authored
Removed bea engine from lots of inclue places and link steps, changed verbose mode for zipr to false, added very-verbose mode for zipr. fixed a few zipr bugs related to non-existant fallthroughs, etc. Former-commit-id: f75b940d2004b7ff7c833d6e4184a6a0aa8f9fd7
-
- Feb 22, 2018
-
-
jdh8d authored
Former-commit-id: c2a8c24f30b36c91d14cf32a8ac8b1b6a4beb7a7
-
- Feb 21, 2018
-
-
jdh8d authored
Former-commit-id: a478bdd4da9e5dfcd94f6386eda0f64aff100d87
-
- Feb 05, 2018
-
-
jdh8d authored
Former-commit-id: 563a2ec0a5c1b14cc52d54caf74058e60e8513aa
-
- Feb 01, 2018
-
-
jdh8d authored
Former-commit-id: ce49968a80894cb6dbd58effeec20a976bbce150
-
- Nov 28, 2017
-
-
an7s authored
Former-commit-id: 38f632508b9da4185f55c2498d2bb48cf45278af
-
- Sep 25, 2017
-
-
jdh8d authored
Better EH verbose messages for zipr, stack stamping+EH support, a new cfar config (NOG+SS vrs NogOF+SS), as well as an IR refinement technique to do recursive-decent disassembly when a landing pad is not part of a function. Former-commit-id: 8fb343cd6909e24bbae29bdd0887858570b75080
-
- Sep 15, 2017
-
-
jdh8d authored
Added emt support for prefork+bilr+p1 (sketchy still), K6+NOG (seems stable with all xforms enabled). I also did some peasoup/cfar fixes to support determunistic ID assignment for IRDB objects -- this was needed for marshaling because the EMT plugin uses ID matching to find identical objects (stack, scoop, instruction, etc.) Next, I fixed bugs in p1transform where the p1.map wasn't getting proper IDs. Lastly, I added an option to zipr/elfwrite to disable bss-optimization, this was necessary for marshaling as that bss segments stay named/mapped to the binary and cannot be combined with other segments. Former-commit-id: c4e14d5677629cf3aa780a7d9c26b3227591d44c
-
- Jan 27, 2017
-
-
jdh8d authored
Former-commit-id: e9045aea021d9ea9c359ce400ad5f4d7cf6188e6
-
- Jun 01, 2016