Check out my first novel, midnight's simulacra!
CybOregonizer: Difference between revisions
From dankwiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* determined that [[Compiler Design|basic block]] will define our granularity of transformation --''[[User:Dank|Dank]] 11:51, 2 March 2010 (UTC)'' | * determined that [[Compiler Design|basic block]] will define our granularity of transformation --''[[User:Dank|Dank]] 11:51, 2 March 2010 (UTC)'' | ||
* Vincent M. Weaver and Sally A. McKee. "[http://www.csl.cornell.edu/~vince/papers/hipeac08/hipeac08_bbv.pdf Using Dynamic Binary Instrumentation to Generate Multi-platform SimPoints: Methodology and Accuracy]". 2008 --''[[User:Dank|Dank]] 12:20, 2 March 2010 (UTC)'' | * Vincent M. Weaver and Sally A. McKee. "[http://www.csl.cornell.edu/~vince/papers/hipeac08/hipeac08_bbv.pdf Using Dynamic Binary Instrumentation to Generate Multi-platform SimPoints: Methodology and Accuracy]". 2008 --''[[User:Dank|Dank]] 12:20, 2 March 2010 (UTC)'' | ||
* valgrind and [[kvm|qemu]] can definitely identify BB's, but permanently modifying a binary is another thing entirely --''[[User:Dank|Dank]] 12:22, 2 March 2010 (UTC)'' |
Revision as of 12:22, 2 March 2010
spring 2010 cs8803dc project labbook
- checked out DynamoRIO --Dank 07:10, 2 March 2010 (UTC)
- determined that basic block will define our granularity of transformation --Dank 11:51, 2 March 2010 (UTC)
- Vincent M. Weaver and Sally A. McKee. "Using Dynamic Binary Instrumentation to Generate Multi-platform SimPoints: Methodology and Accuracy". 2008 --Dank 12:20, 2 March 2010 (UTC)
- valgrind and qemu can definitely identify BB's, but permanently modifying a binary is another thing entirely --Dank 12:22, 2 March 2010 (UTC)