Skip to content
  1. Sep 22, 2016
  2. Sep 08, 2016
  3. Aug 26, 2016
    • Adrian Herrera's avatar
      Improved Windows TLS sample (#6) · 822c070f
      Adrian Herrera authored
      * Disabled ASLR to make it easier to debug :-)
      * Modified the code to actually use multithreading, which is probably the best way to actually demonstrate TLS...
      822c070f
  4. Aug 21, 2016
  5. Aug 13, 2016
  6. Aug 11, 2016
  7. Aug 02, 2016
    • clslgrnc's avatar
      Find/Avoid conflict example · 95ae38ee
      clslgrnc authored
      There is a bug in angr/angr/exploration_techniques/explorer.py filter function.
      Find condition is checked before avoid condition at the run level. Thus, if avoid and find addresses are in the same run the path is accepted even if the avoid address is reached before the find address; they do not need to be in the same basic block, consider:
      A
      if (...) then{ B }
      else{ C }
      D
      
      If one wants to reach D while avoiding C, AC would be a valid path, because run C is composed of the basic blocks C (avoid) and D (find).
      
      tests_src/ite_FindAvoidConflict.c exhibits such a behavior.
      95ae38ee
  8. Jul 13, 2016
  9. Jul 08, 2016
  10. Jun 29, 2016
  11. Jun 06, 2016
  12. May 25, 2016
  13. May 17, 2016
  14. May 14, 2016
  15. May 10, 2016
  16. May 07, 2016
  17. May 06, 2016
  18. Apr 27, 2016
  19. Mar 26, 2016
  20. Mar 25, 2016
  21. Mar 24, 2016
  22. Mar 07, 2016
  23. Feb 27, 2016
  24. Jan 20, 2016
  25. Jan 19, 2016