- Mar 08, 2016
-
-
jdh8d authored
-
- Mar 03, 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
-
- Feb 17, 2016
- Feb 13, 2016
- Jan 30, 2016
-
-
whh8b authored
-
- Jan 28, 2016
- Jan 27, 2016
-
-
whh8b authored
-
- Jan 26, 2016
-
-
whh8b authored
-
- Jan 24, 2016
- Jan 10, 2016
-
-
whh8b authored
Give the source address for the instruction that is targeting the dollop to be placed. This will give another signal to placement plugins to help them make a decision.
-
- Jan 01, 2016
-
-
whh8b authored
Allow for reserved ranges to be plopped. Ie, selectively call Reserve when plopping bytes instead of always doing it.
-
- Dec 18, 2015
- Dec 16, 2015
-
-
whh8b authored
This fixes a bug where dollop creation incorrectly continued past IBTs. IBTs should always start a dollop and this fixes that.
-
- Dec 14, 2015
- 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.
-
- Nov 11, 2015
-
-
whh8b authored
-
- Nov 09, 2015
-
-
whh8b authored
When the memory space is asked for nearby ranges, it should return a range.
-