Skip to content
Snippets Groups Projects
  1. Jun 29, 2016
  2. Jun 28, 2016
    • whh8b's avatar
      Yet newer SDK semantics · 12dd79b0
      whh8b authored
      1. There are now two functions to identify
         the size of the dollop entry.
      2. The plugin must identify whether or not
         it plopped the actual instruction as 
      	 opposed to just bytes in the dollop entry's
      	 opening and/or closing.
      12dd79b0
  3. Jun 27, 2016
  4. May 31, 2016
  5. May 04, 2016
  6. Apr 02, 2016
  7. Mar 03, 2016
  8. Feb 21, 2016
  9. Feb 17, 2016
  10. Feb 13, 2016
  11. Feb 04, 2016
  12. Jan 30, 2016
  13. Jan 28, 2016
    • whh8b's avatar
      Track FallthroughPatched and Coalesced status · 31efe7f7
      whh8b authored
      FallthroughPatched: This is whether or not the
      fallthrough to the subsequent dollop has been
      converted into a jump instruction that has
      been added to the dollop. This affects future
      size calculations.
      
      Coalesced: This is whether or not this dollop
      has been coalesced with its fallthrough dollop.
      This affects size calculations.
      31efe7f7
  14. Jan 27, 2016
  15. Jan 26, 2016
  16. Jan 19, 2016
  17. Jan 10, 2016
  18. Jan 05, 2016
  19. Dec 18, 2015
  20. Dec 17, 2015
  21. Dec 14, 2015
  22. Nov 12, 2015
  23. Nov 11, 2015
  24. Nov 09, 2015
  25. Nov 08, 2015
  26. Nov 05, 2015
  27. Oct 27, 2015
  28. Oct 23, 2015
  29. Oct 22, 2015
  30. Oct 20, 2015
    • whh8b's avatar
      Refactor ZiprUntypedOption_t, add observee field and · d9156638
      whh8b authored
      check for matching types on AddObserver
      
      1. Refactor ZiprUntypedOption_t -> ZiprOption_t
      2. Add observee field: this will let an observer
      track its observee. When () or == (etc) are called,
      they should pass control to their observee.
      3. Add type checking for AddObserver.
      d9156638
Loading