Skip to content
Snippets Groups Projects
  1. Nov 08, 2015
    • whh8b's avatar
      Ask plugins about where to place dollops · b09757c6
      whh8b authored
      Let a plugin tell us about where to plop a dollop.
      This change includes a
      
      1. utils namespace with a function to calculate
      the worst case instruction size.
      2. Dollop_t type that can be used to describe
      and pass around a dollop.
      b09757c6
  2. Nov 05, 2015
  3. Nov 02, 2015
  4. Oct 27, 2015
  5. 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
  6. Oct 22, 2015
  7. Oct 21, 2015
  8. Oct 20, 2015
  9. Oct 16, 2015
  10. Sep 01, 2015
  11. 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
  12. Aug 20, 2015
  13. Aug 17, 2015
Loading