macaw/macaw-ppc
Tristan Ravitch 2092a0fd01 Add a (currently failing) test for indirect call handling
The code pointer discovery in macaw can't handle this case because we never
write the code pointers into memory - we only read them.  We really need a way
to tell macaw about code pointers.

The easy workaround is to pull all of the function entry points out of the TOC
and just seed the macaw search with them, but it would be nice to be able to
identify them from first principles.
2017-11-14 19:00:01 -08:00
..
src/Data/Macaw Add a (currently failing) test for indirect call handling 2017-11-14 19:00:01 -08:00
tests Add a (currently failing) test for indirect call handling 2017-11-14 19:00:01 -08: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