Skip to content
Snippets Groups Projects
  1. Oct 27, 2015
  2. 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
  3. Oct 22, 2015
  4. Oct 21, 2015
  5. Oct 20, 2015
  6. Oct 16, 2015
  7. Sep 01, 2015
  8. 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
    • whh8b's avatar
      Create a new branch for plugin plopping · d6e2c36d
      whh8b authored
      d6e2c36d
  9. Aug 20, 2015
  10. Aug 17, 2015
  11. Aug 14, 2015
  12. Jul 30, 2015
  13. Jul 22, 2015
Loading