macaw/macaw-ppc
Tristan Ravitch dbbb0bd947 Add TOC entries to the macaw list of entry points in the test harness
This code now pulls all of the function addresses from the TOC as entry points
for the code discovery search.  This lets us trivially find code reachable via
indirect calls, as the function pointer discovery heuristic doesn't seem to be
well-suited to PowerPC.  I'd like to push on that, but it seems like a good
start for now.
2017-11-16 10:16:22 -05:00
..
src/Data/Macaw Add TOC entries to the macaw list of entry points in the test harness 2017-11-16 10:16:22 -05:00
tests Add TOC entries to the macaw list of entry points in the test harness 2017-11-16 10:16:22 -05:00
ChangeLog.md first commit 2017-08-28 15:48:55 -07:00
LICENSE first commit 2017-08-28 15:48:55 -07:00
macaw-ppc.cabal Add a (currently failing) test for indirect call handling 2017-11-14 19:00:01 -08:00
Setup.hs first commit 2017-08-28 15:48:55 -07:00