2016-05-06 |
Peter Foley | Reduce namespace pollution |
tree | commitdiff |
2016-04-20 |
Bill Williams | Refactoring: add explicit containsAddr() to Block and... |
tree | commitdiff |
2016-04-15 |
Bill Williams | Loop analysis optimizations and interface cleanup. |
tree | commitdiff |
2016-04-15 |
Bill Williams | Thread safety and memory improvements |
tree | commitdiff |
2015-10-22 |
Bill Williams | Make modules, from Symtab through BPatch, consistently... |
tree | commitdiff |
2015-09-28 |
Bill Williams | Make modules, from Symtab through BPatch, consistently... |
tree | commitdiff |
2015-08-19 |
Xiaozhu Meng | Eliminating comparison by pointer address in parsing... |
tree | commitdiff |
2015-08-13 |
Xiaozhu Meng | Fixes for non-returning functions and tail calls: |
tree | commitdiff |
2015-08-06 |
Josh Stone | parseAPI: correct arch comparisons in getAddressWidth |
tree | commitdiff |
2015-07-22 |
Xiaozhu Meng | If a non-function symbol points to code sections, then... |
tree | commitdiff |
2015-07-13 |
Xiaozhu Meng | Merge branch 'master' into parsing |
tree | commitdiff |
2015-07-06 |
Alex Morris | Defensive mode debugging fixes. |
tree | commitdiff |
2015-07-06 |
Alex Morris | Defensive mode dynamic fixes. |
tree | commitdiff |
2015-05-22 |
Steve | modified: common/CMakeLists.txt |
tree | commitdiff |
2015-04-09 |
Xiaozhu Meng | 1. Add probabilistic parsing, which contains 32-bit... |
tree | commitdiff |
2015-03-20 |
Steve | modified: common/CMakeLists.txt |
tree | commitdiff |
2015-02-13 |
Emily Gember-Jacobson | Handle non-returning system calls. |
tree | commitdiff |
2014-10-14 |
Xiaozhu Meng | 1. Update ParseAPI, PatchAPI, and DyninstAPI Loop inter... |
tree | commitdiff |
2014-09-30 |
Xiaozhu Meng | Implement WMZC loop detection algorithm in ParseAPI |
tree | commitdiff |
2014-09-15 |
Xiaozhu Meng | Add loop interface and dominator info interface to... |
tree | commitdiff |
2014-09-12 |
Xiaozhu Meng | Decouple calculation for loops, loop nesting structure... |
tree | commitdiff |
2014-08-29 |
Xiaozhu Meng | Copy natural loop analysis to ParseAPI and create loop... |
tree | commitdiff |
2014-08-11 |
Josh Stone | parseAPI: return size_t from Function::num_blocks() |
tree | commitdiff |
2014-06-19 |
Bill Williams | Fix crash bug: we need to finalize when we ask for... |
tree | commitdiff |
2014-06-19 |
Bill Williams | Remove ParseAPI's per-function vector of blocks, replac... |
tree | commitdiff |
2014-05-28 |
Bill Williams | Fix crash bug: we need to finalize when we ask for... |
tree | commitdiff |
2014-05-09 |
Bill Williams | Remove ParseAPI's per-function vector of blocks, replac... |
tree | commitdiff |
2014-02-12 |
Josh Stone | Use const string& parameters for stats |
tree | commitdiff |
2013-08-15 |
Bill Williams | Remove incorrect export declaration |
tree | commitdiff |
2013-08-15 |
Bill Williams | Added -fvisibility=hidden to Linux builds, with export... |
tree | commitdiff |
2013-06-26 |
Bill Williams | Added -fvisibility=hidden to Linux builds, with export... |
tree | commitdiff |
2013-02-01 |
Andrew Bernat | Fix our tailcall parsing; we've observed conditional... |
tree | commitdiff |
2013-01-30 |
Andrew Bernat | PatchObject function, block, edge accessor now creates... |
tree | commitdiff |
2012-12-15 |
Andrew Bernat | Friendly feedback for memory permission access on unsup... |
tree | commitdiff |
2012-12-14 |
Zuyu Zhang | Fixed Several Make Errors for Windows |
tree | commitdiff |
2012-11-20 |
Andrew Bernat | Rename the symbol reader getRegions to getSegments... |
tree | commitdiff |
2012-11-20 |
Andrew Bernat | Rename the symbol reader getRegions to getSegments... |
tree | commitdiff |
2012-10-19 |
Andrew Bernat | Merge branch 'master' of git.dyninst.org:/pub/dyninst |
tree | commitdiff |
2012-10-19 |
Andrew Bernat | Updates to SymtabAPI/ParseAPI documentation. |
tree | commitdiff |
2012-10-15 |
Bill Williams | ProcControl detach race condition fix WIP |
tree | commitdiff |
2012-09-20 |
Andrew Bernat | Collected Windows fixes |
tree | commitdiff |
2012-09-20 |
Andrew Bernat | Windows fixes |
tree | commitdiff |
2012-09-14 |
Bill Williams | Test for ParseAPI dominator analysis, and bug fixes... |
tree | commitdiff |
2012-09-14 |
Bill Williams | Build fix |
tree | commitdiff |
2012-09-14 |
Bill Williams | Update parseAPI functions to be boost::graph compatible. |
tree | commitdiff |
2012-09-14 |
Andrew Bernat | Fix bug 1198; redirecting a call edge promotes its... |
tree | commitdiff |
2012-07-31 |
Bill Williams | New SymLite code source, now used by AnalysisStepper. |
tree | commitdiff |
2012-07-27 |
legendre1 | Update copyright disclaimer structure by outlining... |
tree | commitdiff |
2012-07-19 |
Bill Williams | New improved autoconf and analysisStepper: |
tree | commitdiff |
2012-06-26 |
Andrew Bernat | Merge branch 'patchapi_snippet' into merge |
tree | commitdiff |
2012-05-24 |
Emily Jacobson | Added stats gathering to ParseAPI. |
tree | commitdiff |
2012-02-22 |
Andrew Bernat | Merge branch 'master' into patchapi_snippet |
tree | commitdiff |
2012-02-22 |
Andrew Bernat | Add a list of "exit" blocks to functions, which include... |
tree | commitdiff |
2012-02-22 |
Andrew Bernat | Add a list of "exit" blocks to functions, which include... |
tree | commitdiff |
2012-02-03 |
Xiaozhu Meng | Merge branch 'master' of xmeng@git.dyninst.org:/pub... |
tree | commitdiff |
2012-01-13 |
Andrew Bernat | Merge branch 'master' into patchapi_snippet |
tree | commitdiff |
2011-12-22 |
Xiaozhu Meng | fix logic of isExitBlock: should ignore CATCH edge. |
tree | commitdiff |
2011-12-15 |
Andrew Bernat | Three bug fixes and a lot of warning removals. |
tree | commitdiff |
2011-12-12 |
Andrew Bernat | Changed ParseAPI insertion interface to return the... |
tree | commitdiff |
2011-11-29 |
Xiaozhu Meng | fix some typos and change some include files |
tree | commitdiff |
2011-11-21 |
Xiaozhu Meng | add parseAPI/h/Location.h |
tree | commitdiff |
2011-11-18 |
Kevin Roundy | 4 fixes that mostly affect defensive mode |
tree | commitdiff |
2011-11-16 |
Andrew Bernat | Revert "Merge branch 'liveness' into master_copy" |
tree | commitdiff |
2011-11-16 |
Xiaozhu Meng | Merge branch 'liveness' into master_copy |
tree | commitdiff |
2011-11-15 |
Xiaozhu Meng | Prototype of DataflowAPI liveness analysis |
tree | commitdiff |
2011-10-28 |
Kevin Roundy | overwrite functions, springboard, edge redirection... |
tree | commitdiff |
2011-09-01 |
Kevin Roundy | CFG-modification, instrumentation & springboard corner... |
tree | commitdiff |
2011-08-12 |
Kevin Roundy | - fixes BPatch_basicBlock::getSources, which was iterat... |
tree | commitdiff |
2011-08-05 |
Kevin Roundy | function & block removal |
tree | commitdiff |
2011-07-13 |
Andrew Bernat | Added functionality: inserting a binary buffer into... |
tree | commitdiff |
2011-07-07 |
Andrew Bernat | Fix a couple of bugs related to ParseAPI->PatchAPI... |
tree | commitdiff |
2011-07-06 |
Andrew Bernat | Implement edge redirection as a PatchAPI capability |
tree | commitdiff |
2011-07-05 |
Andrew Bernat | Fix several bugs related to block splitting; add CFG... |
tree | commitdiff |
2011-07-01 |
Andrew Bernat | Prototype of block removal CFG modification |
tree | commitdiff |
2011-06-30 |
Kevin Roundy | Merge branch 'master' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-06-29 |
Andrew Bernat | ParseAPI/PatchAPI enhancements |
tree | commitdiff |
2011-06-24 |
Kevin Roundy | Defensive mode fixes from merge w/HEAD |
tree | commitdiff |
2011-06-22 |
Kevin Roundy | Merge branch 'master' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-06-03 |
Windows User | After tested under windows. |
tree | commitdiff |
2011-06-03 |
Windows User | After tested under windows. |
tree | commitdiff |
2011-05-31 |
Andrew Bernat | Prototype of ParseAPI modification callback system... |
tree | commitdiff |
2011-05-31 |
Andrew Bernat | Prototype of ParseAPI modification callback system... |
tree | commitdiff |
2011-05-31 |
Andrew Bernat | Prototype of ParseAPI modification callback system... |
tree | commitdiff |
2011-04-29 |
Kevin Roundy | Merge branch 'NewInstpoint' of ssh://git.dyninst.org... |
tree | commitdiff |
2011-04-29 |
unknown | Windows fixes for new relocation engine. |
tree | commitdiff |
2011-04-14 |
Kevin Roundy | Merge branch 'NewInstpoint' into Defensive |
tree | commitdiff |
2011-04-14 |
Andrew Bernat | Merge branch 'master' into NewInstpoint |
tree | commitdiff |
2011-04-13 |
Andrew Bernat | Merge branch 'master' into NewInstpoint |
tree | commitdiff |
2011-04-12 |
Emily Jacobson | Provide interface to retrieve Instruction::Ptr from... |
tree | commitdiff |
2011-04-05 |
Kevin Roundy | parse-after-call, block splitting, Win trap handling... |
tree | commitdiff |
2011-03-28 |
Kevin Roundy | non-defensive block-splitting, windows rewriter, IAT... |
tree | commitdiff |
2011-03-21 |
Andrew Bernat | Prototype of new graph transformation-based instrumenta... |
tree | commitdiff |
2011-03-16 |
Madhavi Krishnan | Update copyright |
tree | commitdiff |
2011-03-15 |
Kevin Roundy | Overwrites, post-call parse & patch, block splits ... |
tree | commitdiff |
2011-03-04 |
Kevin Roundy | Clears up TODO items, fixes several bugs |
tree | commitdiff |
2011-02-14 |
Kevin Roundy | Merge conflicts, warnings, build issues; testsuite... |
tree | commitdiff |
2011-02-10 |
Ray Chen | Parsing performance improvement. |
tree | commitdiff |
2011-02-01 |
Andrew Bernat | Various bugfixes |
tree | commitdiff |
2011-01-25 |
Kevin Roundy | adds fixup for fault-raising emulated insn's & adds... |
tree | commitdiff |
2011-01-21 |
Andrew Bernat | Correctly handle adding inter-object edges |
tree | commitdiff |
next |