- Jun 09, 2016
- Jun 06, 2016
-
-
jdh8d authored
-
- Jun 04, 2016
-
-
jdh8d authored
-
- Jun 03, 2016
-
-
jdh8d authored
-
- Jun 02, 2016
- Jun 01, 2016
- May 31, 2016
-
-
jdh8d authored
-
- May 24, 2016
-
-
whh8b authored
-
- May 23, 2016
-
-
whh8b authored
1. In ReplopDollopEntriesWithTargets() allow a plugin to do the replopping if they are registered. 2. Allow for a plugin to place a dollop's first instruction atop its pinned address. Also, allow for that dollop to abut its pinned fallthrough w/o using extra bytes. 3. Fix formatting.
-
- May 20, 2016
-
-
jdh8d authored
Updagtes to move-globals to move elf-y things like .dynamic, .note, etc. also fix to fix-calls for exception handling. elfwriter updates to support writing revised section addresses to the phdrs
-
- May 18, 2016
-
-
jdh8d authored
-
- May 17, 2016
-
-
jdh8d authored
zipr: removed stratafier/cgc mode. using elfwriter exclusively now. security_transforms: no scoops for executable segs. bugfix for texttoprintf
-
- May 14, 2016
-
-
jdh8d authored
-
- May 06, 2016
- May 05, 2016
- May 04, 2016
- May 03, 2016
-
-
jdh8d authored
-
- May 01, 2016
-
-
jdh8d authored
-
- Apr 30, 2016
-
-
jdh8d authored
-
- Apr 25, 2016
-
-
jdh8d authored
No commit message
-
- Apr 18, 2016
- Apr 02, 2016
- Mar 16, 2016
-
-
whh8b authored
When looking for a dollop entry's fallthrough, be sure to fallback and look at the dollop's fallthrough when the particular entry does not have one.
-
- Mar 08, 2016
-
-
jdh8d authored
-
- Mar 03, 2016
-
-
jdh8d authored
No commit message
-
- Feb 23, 2016
-
-
jdh8d authored
No commit message
-
- Feb 21, 2016
-
-
jdh8d authored
No commit message
-
- Feb 20, 2016
-
-
whh8b authored
-
whh8b authored
When a dollop with small fallthroughs would fit entirely in an allocated region but some of those fallthroughs are already placed, coalescing would miscalculate what to do. It would say, "Let's place it all" but would eventually want to put a jmp to the already-placed dollop. When the fallthoughs were small, that jump would be bigger than the entirety of dollop and cause us to overflow the reserved space.
-
- Feb 19, 2016
-
-
whh8b authored
-