Skip to content
Snippets Groups Projects
  1. Jun 21, 2013
  2. Jun 20, 2013
  3. Jun 19, 2013
  4. Jun 18, 2013
    • an7s's avatar
      removed idapro6.1 dependence · e46c2d56
      an7s authored
      Former-commit-id: f4d606317eebd6ffb15ce7a41d809a09fc8f83b0
      e46c2d56
    • bdr7fv's avatar
      PNTransformDriver.cpp: reset layout after ever recursive validation attempt. · 71688f71
      bdr7fv authored
      PNTransformDriver.cpp: important comments as to what padding is actually added for a variable. 
      
      
      
      Former-commit-id: 6835caa6ec2a7a5aae1de19286ce7eee2424be1c
      71688f71
    • bdr7fv's avatar
      fixed logic bug in loop guard in PN. · a8c81a2d
      bdr7fv authored
      
      Former-commit-id: fceabead2959b653227b3358697fbd2d531d144d
      a8c81a2d
    • bdr7fv's avatar
      PN optimization. PN will now do a binary search algorithm to find bad... · cd175f0d
      bdr7fv authored
      PN optimization. PN will now do a binary search algorithm to find bad modifications. All functions with coverage are now validated, and validated faster than previous version that only validated if coverage was above the threshold. 
      
      This version does not have shuffle validation, I will add that feature in a future update. It was easier to remove it for this optimization. Typically this is only used for Main. 
      
      New logging summary output including how many functions are modified with high coverage, low coverage and no coverage. 
      
      
      
      Former-commit-id: 468864bd92166e2eafafddd65b152c721173d294
      cd175f0d
  5. Jun 17, 2013
  6. Jun 15, 2013
  7. Jun 14, 2013
  8. Jun 12, 2013
  9. Jun 11, 2013
  10. Jun 10, 2013
  11. Jun 07, 2013
  12. Jun 05, 2013
    • jdh8d's avatar
      Updated find strings to split strings at new lines. · 1af10f30
      jdh8d authored
      Former-commit-id: 7da867d1a66189b9ae230a16b241c4a81ceb175e
      1af10f30
    • bdr7fv's avatar
      Major update to PN. Made two primary changes. · 2c202e51
      bdr7fv authored
      1) Altered the way in which stack prologues are detected. I no longer use the CFG code. Apparently that code relied on Function_t knowing the entry of the function, so I have decided to rely on the same data. I now loop starting at this entry instruction through every fallthrough until a NULL fallthrough is reached or the stack prologue is detected. I also added detection of push jmp pairs added by fix calls. If this is detected in the prologue, the push is ignored as a pushed register, and I will continue analysis of the prologue starting at the pushed address. This has been observed to happen in shared objects for thunk code. Sometimes this code is inserted immediately before the stack allocation site. There are asserts in this version to detect some conditions concerning this new code, I will remove these later. These changes are primarily in OffsetInference.cpp.
      2) I incorporated Duc's code for storing layout information in the DB for ground truth purposes. This is turned on with --ground_truth flag. This functionality should not affect anyone unless you use this flag. 
      
      
      
      Former-commit-id: 1fecfd5592e216ffb9ba9ec54cbc7e8fc2e3aa33
      2c202e51
  13. May 29, 2013
  14. May 23, 2013
    • an7s's avatar
      fixed IBTA bug · 8b45cef6
      an7s authored
      Former-commit-id: 6d1df0ad00bbcb11c80124e063e613b1c387f3a6
      8b45cef6
Loading