Skip to content
Snippets Groups Projects
  1. Aug 20, 2013
  2. Aug 19, 2013
    • jdh8d's avatar
      Updates to testcases · 5001bec2
      jdh8d authored
      Former-commit-id: 94bf7428e9314d1cb131265bfbff5bc20a03bc67
      5001bec2
  3. Aug 17, 2013
  4. Aug 16, 2013
  5. Aug 06, 2013
    • nkennedy's avatar
      Better find_strings PIC code handling. · 2e57dea6
      nkennedy authored
      Correctly identify PIC code from ELF header instead of presence of .got section.
      Don't use immediates to find string pointers in PIC code.
      ok hiser@ ip:peasoup
      
      
      Former-commit-id: a8ea09d0b581f39ce9ecb289da3cbc462aee1fb0
      2e57dea6
    • nkennedy's avatar
      Further find_strings_in_data cleanups. · d70b3de1
      nkennedy authored
      Don't look in hash or string table sections.
      Only look at symbol values in symbol table sections.
      ok hiser@ ip:peasoup
      
      
      Former-commit-id: 0e8ca6aa36c96fb96c2c39bc1ae8c597d45c968d
      d70b3de1
  6. Aug 02, 2013
    • an7s's avatar
      More tests · 921f4f68
      an7s authored
      Former-commit-id: d76a87457f01fa95048dbba1b707fe11f2e48dcb
      921f4f68
    • nkennedy's avatar
      Resolves problem with mysql_query, calling mysql_real_query when the... · 49d7a5c3
      nkennedy authored
      Resolves problem with mysql_query, calling mysql_real_query when the application had not previously resolved it, leading to null function pointer call.
      ok hiser@ ip:peasoup
      
      
      Former-commit-id: 171e445abe5d5679cc4d331cc9dc89cd1eaa2c1f
      49d7a5c3
  7. Aug 01, 2013
  8. Jul 30, 2013
    • an7s's avatar
      more tests · b7a6a153
      an7s authored
      Former-commit-id: 43c9e593b9442fd33ad5323437e9ea69a058ff9d
      b7a6a153
    • an7s's avatar
      check option args for exec() calls that specify args directly and make sure... · 038a6fa1
      an7s authored
      check option args for exec() calls that specify args directly and make sure all the options come from the same signature
      
      Former-commit-id: c2ac122ce0a3bfcde009c000687c6147e8c382b3
      038a6fa1
    • an7s's avatar
      more tests · b2217b94
      an7s authored
      Former-commit-id: 096521b57f99bb4ed9c952953c9693ef285937e2
      b2217b94
    • an7s's avatar
      Implemented: · 5ea45c7f
      an7s authored
      ; <command>         must come from one signature
      -foobar, --foobar   must come from one signature
      -exec, --exec       next word starts a command
      
      Former-commit-id: 2694fa0c7c47dc65d423189b64ec21a30fc01a88
      5ea45c7f
    • nkennedy's avatar
      Perform string chunking on offsets from eax as well as esp. · 7c5e5e8f
      nkennedy authored
      This should handle most (all?) inlined memsets we were missing.
      Also require immediate strings to be at least length 2 (including any terminator).
      ok hiser@ ip:peasoup
      
      
      Former-commit-id: e024a4458cda2e5309ce2aeb86402ce84f3fb372
      7c5e5e8f
  9. Jul 29, 2013
  10. Jul 27, 2013
  11. Jul 19, 2013
  12. Jul 16, 2013
  13. Jul 15, 2013
  14. Jul 12, 2013
  15. Jul 11, 2013
Loading