On 11/07/11 12:23, Nicolai Stange wrote:
pancake<[email protected]>  writes:
xrefs are implemented for calls, code (jmp) and data.
All right, it works for x86_64. Not so for sparc. Maybe my previous diff
broke sth. Will have a look.
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

nope, your patch only implemented the disassembler, you have to implement
support for code analysis in sparc. this is in libr/anal/p/anal_sparc.c

the current analysis is pretty basic, as long as it's only taking the type of opcode,
no branches or lines are implemented, and sparc32 only.

Feel free to submit a patch here :)

btw, i'm on irc.freenode.net#radare right now, you can ask me there if you like.

--pancake
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to