- Dec 14, 2015
-
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
Also, fix a small initializer bug in Dollop_t constructor
-
whh8b authored
-
whh8b authored
Move functionality to determine if a dollop for an instruction already exists and whether to split the containing dollop into AddNewDollop and use that to implement UpdateTargets.
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
- Dec 09, 2015
-
-
jdh8d authored
-
- Dec 04, 2015
-
-
whh8b authored
Any patch whose target immediately follows can be turned into a five byte nop. This is not 100% ideal but it is a good start to test whether this optimization is worthwhile.
-
- Dec 03, 2015
-
-
jdh8d authored
fixed unpinned and pinned unresolved dollop's to sort by instruction's address instead of instructions' base id. sorting by baseID was non-deterministic when both isntructions were not in the database.
-
- Dec 02, 2015
-
-
jdh8d authored
No commit message
-
- Nov 11, 2015
-
-
whh8b authored
-
- Nov 09, 2015
- Nov 08, 2015
- Nov 05, 2015
- Nov 02, 2015
- Oct 27, 2015
-
-
jdh8d authored
update for RNG seeding to use pid() instead of time() due to parallel copies getting the same seed accidentally
-
- Oct 23, 2015
-
-
whh8b authored
Test for some of the new type-specific actions that can be performed on types.
-
jdh8d authored
Updates to get file-sizes out of zipr under control. should now work with .exe's, .so's, and executable .so's. note: assumes that if entry_point==.text's address that the .so is not-executable (because the .text is the compiler's default entry point, indiciating the user did not specify an entry point.) May not be a rock solid assumption, but it should be OK for 99.99% of all programs
-
- Oct 22, 2015