I have uploaded the executable of radare for w32. I have implemented a wrapper function for the cons_flush one this way I can implement ANSI support for any platform...including windows :)
So now here's the _FIRST_ native windows build that works mostly ok :) For the input I have included dietline. A minimalistic library that I'm working on to replace libreadline and libhistory. The keys for input handling are: ^A - beggining of line ^E - end of line ^W - remove word ^S - move cursor one char left ^L - move cursor one char right ^P - history up ^N - history down These keys may probably change hehe :) http://radare.nopcode.org/get/shot/radare.exe PD: The debugger doesn't completely works without cygwin :( I would like to release 0.9.3 with native debugger. Have fun! --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
