- Jul 28, 2018
-
-
Will Hawkins authored
Make sure that Zipr does not produce segments with RWX permissions. Closes #8 See merge request allzp/zipr!11
-
Will Hawkins authored
Use copy_if and max_element rather than for loops.
-
- Jul 26, 2018
-
-
Jason Hiser authored
-
Jason Hiser authored
-
Jason Hiser authored
-
Will Hawkins authored
Fixes #8. This will match the gap-filling scoop's perms with those of the adjacent scoop. Then, for any gap-filling scoops that are not executable, fill their contents with f4s.
-
- Jul 23, 2018
-
-
Jason Hiser authored
-
- Jul 20, 2018
-
-
Jason Hiser authored
-
- Jul 10, 2018
-
-
Jason Hiser authored
-
- Jul 09, 2018
-
-
Jason Hiser authored
-
- Jul 05, 2018
-
-
Jason Hiser authored
-
Jason Hiser authored
Do not remove iterator from file's data scoops See merge request allzp/zipr!10
-
Will Hawkins authored
Thanks to a change to the time when scoops are added to the file's data scoops, the clause that removes empty data scoops should not *always* remove empty scoops from the set of global scoops.
-
- Jun 28, 2018
-
-
Jason Hiser authored
Resolve "Overlapping sections cause problem with padding code." Closes #5 See merge request allzp/zipr!9
-
Will Hawkins authored
This fixes an issue where a pinned address was 1. unpinned 2. reserved as part of a chain 3. exists in a sled and all hell broke loose. The fix is to make sure that the pinned addresses are only recorded *after* the initial unpinning code happens. As a further fix, there should be a function that unpins an address (it would reset the ibta of the instruction and clear the pinned address map.)
-
- Jun 26, 2018
-
-
Jason Hiser authored
Fix #5: Handle overlapping sections Closes #5 See merge request allzp/zipr!8
-
Will Hawkins authored
Handle overlapping sections properly. This was a problem with calculation of the gap between two sections that happen to overlap. It resulted in a negative gap that turned into a very large positive number.
-
- Jun 23, 2018
-
-
Will Hawkins authored
Gitlabrunner See merge request allzp/zipr!7
-
Will Hawkins authored
This will build zipr and check that it compiles.
-
Will Hawkins authored
-
Will Hawkins authored
Turn off warnings as errors for deprecated features. Leaving these warnings as errors breaks the build with newer versions of GCC.
-
Will Hawkins authored
-
Will Hawkins authored
-
- Jun 22, 2018
-
-
Will Hawkins authored
-
Will Hawkins authored
-
Will Hawkins authored
-
Will Hawkins authored
-
Will Hawkins authored
-
Will Hawkins authored
-
Jason Hiser authored
Add padding sections. See merge request allzp/zipr!6
-
Will Hawkins authored
Add padding sections to a zipr'd program where the gap between two existing sections is greater than a certain minimum boundary.
-
- Jun 18, 2018
-
-
Jason Hiser authored
Make a global PAGE_SIZE definition. See merge request allzp/zipr!4
-
Will Hawkins authored
-
- Jun 13, 2018
-
-
Jason Hiser authored
Fix typo in ElfWriter::DetectMaxAddr See merge request allzp/zipr!2
-
Will Hawkins authored
-
- Jun 05, 2018
-
-
Jason Hiser authored
Resolve "unpinned ibts result in pins" Closes #3 See merge request allzp/zipr!1
-
Jason Hiser authored
-
Jason Hiser authored
-
- May 22, 2018
-
-
Jason Hiser authored
-
Jason Hiser authored
-