- 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
-
-
jdh8d authored
-
jdh8d authored
-
whh8b authored
-
whh8b authored
1. Did not properly detect missing required values for arguments 2. Could not handle parsing without a error and warn IO handle.
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
whh8b authored
-
jdh8d authored
Broken version being committed, so will can commit his broken version so we can both finish our hacking without dealing with repo conflicts.
-
- Oct 21, 2015
-
-
whh8b authored
-
- Oct 20, 2015
- Oct 16, 2015
- Sep 01, 2015
-
-
jdh8d authored
-
- Aug 21, 2015
-
-
whh8b authored
-
whh8b authored
1. Add support for plugins to call certain Zipr_t functions. This meant making a class that is Zipr_t and then converting the actual implementation to a subclass (ZiprImpl_t). The Zipr_t goes in the zipr_sdk. 2. Ask all plugins about each instruction and determine whether there are any takers for plopping. 3. When plopping an instruction, consider whether or not a plugin asked to do the plopping. If so, let it do the work.
-
whh8b authored
-
- Aug 20, 2015
-
-
jdh8d authored
updated zipr to use add_segment instead of move_segheaders for corredtness and size effeciency for CGC
-
- Aug 17, 2015
- Aug 14, 2015
-
-
jdh8d authored
-
- Jul 30, 2015
-
-
jdh8d authored
-
- Jul 22, 2015