Skip to content
Snippets Groups Projects
  1. Dec 02, 2015
  2. Nov 11, 2015
  3. Nov 09, 2015
  4. Nov 08, 2015
  5. Nov 05, 2015
  6. Nov 02, 2015
  7. Oct 27, 2015
  8. Oct 23, 2015
    • whh8b's avatar
      Update options library tests · f8539d8d
      whh8b authored
      Test for some of the new type-specific
      actions that can be performed on types.
      f8539d8d
    • jdh8d's avatar
      Updates to get file-sizes out of zipr under control. should now work with... · 03ce8c45
      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
      03ce8c45
  9. Oct 22, 2015
  10. Oct 21, 2015
  11. Oct 20, 2015
  12. Oct 16, 2015
  13. Sep 01, 2015
  14. Aug 21, 2015
    • whh8b's avatar
      Merge sdk_plop branch into trunk. · d877a6a0
      whh8b authored
      d877a6a0
    • whh8b's avatar
      Update Zipr to support plugins plopping insns. · eb0e16bf
      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.
      eb0e16bf
Loading