Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Anatomy of a code tracer
(
medium.com/oleavr
)
54 points
by
oleavr
on Feb 17, 2015
|
hide
|
past
|
favorite
|
2 comments
loadzero
on Feb 17, 2015
|
next
[–]
Looks like a version of valgrind but for reversing purposes.
The basic block stuff reminded me of this:
http://www.gtoal.com/sbt/
k4st
on Feb 17, 2015
|
prev
[–]
Seems to be a dynamic binary translator. If you like these types of things, then check out Valgrind, Intel PIN, DynamoRIO, or QEMU.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The basic block stuff reminded me of this: http://www.gtoal.com/sbt/