We will need to work more on rabin and its radare integration. I plan to stabilize this integration for the upcomming 0.9.4.
BTW the syscall flagger can be also done with a search "/x cd 80". I also plan to add more flag management commands to do things like: > /x cd 80 > fr hit0_ syscall This way all flags starting with "hit0_" will be replaced by "syscall"..just a string replace. I have to think about the flag namespaces..something like the current "f | grep ^sym" or "f | grep ^str" On Wed, 20 Feb 2008 23:33:25 +0100 "Sebastian Reichel" <[EMAIL PROTECTED]> wrote: > Hi, > > > syscall-flag port to perl (works on netbsd now) > > since I did the perl port a small comment from me: > > It was working before already, but /bin/sh had to be linked > to /usr/pkg/bin/bash (wich had to be installed, too). > > In addition I should say it's only working for Linux binaries. So far > the script does not recognize which OS the binary was compiled for and > will just try to use the linux syscalls. So if you analyse an *BSD > binary you probably will become wrong dedected syscalls (for example an > write could be dedected as exit) in BSD the sycall calling convention differs from the linux one. The script should take care on this. It will not be hard to do. Let me know :) > P.S.: nice work, keep it up Thanks! --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
