commit 853b1d845e3ef538518ef97b7be77635d0c32695 Author: User Date: Mon Feb 5 16:24:09 2007 +0100 * Implement support for hashing from stdin. Use '-' as filename. commit c82211e427e08f243bdbb6ef59aa8475aae449bf Author: pancake Date: Mon Feb 5 16:23:36 2007 +0100 * Poke command now happy with 'count' (thx esteve) * 'count' as alias of 'c'. * Cosmetic fixups in radare_write and radare_poke operations * Minor checkups in libexec/move * rsc now handles more than 4 args (buggy stuff) commit 04b635807bfd94755c7cb12ce266f092822d090d Author: pancake Date: Sun Feb 4 06:58:26 2007 +0100 * Arrow keys and re/av.pag keys working in visual mode * xcs octal values now can be prefixed with '0' (fex: 023) commit bae7fa6f14839ffabade531d7c68fa5cc6bd1a2a Author: pancake Date: Sun Feb 4 05:31:16 2007 +0100 * Remove 'EDITOR' and 'PAGER' environment variables * ENDIAN environ is not "little" or "big" (not 0, 1) * Minor cosmetic fixups for the previous commit * disassembly keystroke in visual mode now pauses commit e2cd50160e8fee6986326063c691dfa2d68ba4d7 Author: pancake Date: Sun Feb 4 05:19:40 2007 +0100 * Documentation for the radare shell environment variables * Documentation for script interpretation * rfile-foreach happy with ansi * write command now uses the 'count' variable. * Minor cleanup * Fix exoscripting pipe insanity when using libreadline * search engine looks like working again. Testers required * split into a new function the regexp search * search messages going to stderr * New '[' and ']' commands for changing the terminal width. * Initial simplification tests for the console width handling commit fdf511aeb9b0025ef1d9ad537012cd1054b4fd35 Author: pancake Date: Sat Feb 3 04:58:55 2007 +0100 * Some abi changes. requires make clean. * Implement eta and progress bar in rfile-foreach utility * Make libps2fd happy with gentoo. Needs more work * Add -u flag (unknown file size) * Fix block size < 0 bug in visual mode * Allow to change the terminal width using '[' and ']' keys. * rfile doesn't have to show me the $EME! * make radare be lseek aware * 'P' command is the inverse of 'p' in visual mode. * Visual mode is now displayed at top of the terminal commit ce85d83cb696a3e7b42c6b258a1a122bbc60c2ed Author: pancake Date: Sat Feb 3 03:27:47 2007 +0100 * Initial import of the flag documentation * Fix ugly bug in 'wx' command. Working again. Thanks esteve! * Some fixups and enhacements for the 'flag' command * Show escapped caracters using 'px' command. useful for 'w' * Fix hex2int conversion warning messages commit a34afc066ca21ddbb5490e9a8468c783b384fd2e Author: pancake Date: Fri Feb 2 21:20:21 2007 +0100 * bin2tab and tab2gml working nice with 2.16 and all kind of binaries. * Oops. missing system.h in previous commit commit eccacf0bbe0e86ad4b2216f27d70265e5451e20b Author: pancake Date: Fri Feb 2 20:39:17 2007 +0100 * Fixups on documentation for the new commands * bin2tab and tab2gml now completely fixed for non-stripped binaries * Some minor fixups for the debugging layer * Minor beuty for help commit a40ee4444c52e23ddfbc0c95abe942379e04e0a0 Author: pancake Date: Sun Jan 28 18:58:07 2007 +0100 * Minor cleanup of next/prev aligned block * Also install *tab* rsc libexec scripts commit dc6abd221ce80a419d8010f302ccfe85d5a011c7 Author: pancake Date: Sun Jan 28 05:20:46 2007 +0100 * Initial import of bin -> tab -> gml utilities for graphing binaries commit 89637e87d20b6e33039f4d7ad93aaba90e7def76 Author: pancake Date: Sun Jan 28 00:47:30 2007 +0100 * Prepare environment for .! command * Support for >>>> and <<< times command. commit 4b959261e73e48cec4072c28c27f36823cdc8936 Author: pancake Date: Sat Jan 27 23:57:15 2007 +0100 * RADARE_PRINT renamed to PRINTCMD * Add --without-readline configure flag * asm and dasm rsc commands now use random temporally file names (fixes race condition) * Prepare environment before command execution * Major cleanup of RADARE_ environment variables. Delegated to rsc * Externalize the make_tmp_file() functionality commit ac373dfc25a277434ca8e43aefaa653729c2bf8d Author: pancake Date: Sat Jan 27 14:41:22 2007 +0100 * Add --with-java configure flag * Strip down the changelog file * Make java stuff be able to build/install * Major rsc scripts renaming * Some minor fixups for some rsc scripts commit 5e71e2d2fbcfde4edfa8668fabf641ceb243b84d Author: pancake Date: Sat Jan 27 03:19:27 2007 +0000 * Major code syntax cleanup * Drop RADARE_MAGIC and RADARE_SCRIPTS. kissize * rsc command now supports ~/.radare/scripts too * Minor modularization of xrefs commit e329b0f975470c6bfc55670a96b3abcc50d4b7e1 Author: pancake Date: Thu Jan 25 18:38:24 2007 +0000 * Add some x86-64 fixups. Thanks wzzx! (needs more testing before release) commit 671fbfeb11da7beb0816e6a421906a93772c2a74 Author: User Date: Thu Jan 25 10:42:12 2007 +0100 * Initial import of the ffftoneg script * Show negative commented values on 0xffff bin2txt output * bin2txt now uses $OBJDUMP environ and fixes the md5 bin path commit baaee8ebff1c76dad7dab41920fb8933a13a6f42 Author: pancake Date: Thu Jan 25 02:25:07 2007 +0000 * Implement the .! command * Fix flag command (no read before caching) * beutify the flag output format commit 4866b6c55a05fc3c551d6d7572c9b9237de65b09 Author: pancake Date: Wed Jan 24 23:01:02 2007 +0000 * Fix no-readline build commit fabca8d154eeac28782e7a797b92e8ca38cf5aea Author: pancake Date: Wed Jan 24 21:53:33 2007 +0000 * Fix some configuration tips (gnu-readline+debugger related) * Some notes of the debugger on bsd and gentoo-gnu-linux * Add new flag --with-debugger that enables the build of the libps2fd commit 31549ae5d676caa4b595145801a6d9a744713598 Author: pancake Date: Tue Jan 23 17:24:02 2007 +0000 * Oops(2) missing Makefile for libps2fd makes build unhappy commit 9c6ac40eb5140ebcd68d7b80ea242743a0758a7c Author: pancake Date: Tue Jan 23 00:03:03 2007 +0100 * Oops. missing Makefile.acr in previous commit * New debugger command "pid" * Some minor fixups on doc and code for the debugger commit 5945ddd74b6346ed9f2e03e860291500f1442c55 Author: pancake Date: Sun Jan 21 21:15:18 2007 +0100 * Minor cosmetic changes * Start thinking on a better design for breakpoints commit 6519bb9b689297d36781be6a54c1a65a2d40581a Author: pancake Date: Sun Jan 21 18:09:08 2007 +0100 * rfile not supports ~/.radare/magic/ database too * change rfile argument order (magic file is optional now) * mrproper must clean all files generated by acr * debian.sh happy with libexec (avoid install wrong files) * findrawsyms fixed (perl -> rsc) * spcc now prints a template example with -t * pU command is now launched from dump_and_process (FMT_USER) * Minor memory leak fixed * fix 'bsize' command. arg0 && for each loop * Add -V to hasher * hasher short help message fixed commit 9a8eee0c830ea1b06d0de0edc7e8f1f5dfac29fd Author: pancake Date: Sun Jan 21 16:27:36 2007 +0100 * Wrapper for the write() command * Help message for debugger is in previous commit commit befadaf119ab9729bd9b902b1dd6e2d4075ced26 Author: pancake Date: Sun Jan 21 16:20:51 2007 +0100 * debian.sh cleanup to avoid manual changes * debug_write() implementation * basic breakpoint implementation for libps2fd * minor debugger code cleanup * use breakpoints inthe demo commit 6748b130a15d20cd099945b0a72870735ad3f96a Author: pancake Date: Sun Jan 21 05:25:03 2007 +0100 * Fix some minor bugs. double free still there. * Add syms-dbg-flag to map symbols of running processes * Beutify the error messages of radare when working with unbounded files commit 79cfe1a8aa31b94dab38b0ad9705f4454937cf32 Author: pancake Date: Sun Jan 21 04:37:25 2007 +0100 * Initial import of the debian package builder commit 22b9c42378322320aa6c953d000e9b025a75b0ec Author: pancake Date: Sun Jan 21 03:47:46 2007 +0100 * Initial import of radaredbg: the debugging frontend for radare * Update version to 0.6.7 * Oops on previous commit commit 968c7cc9c8b8f8ccf77b335447b5b9c61975f602 Author: pancake Date: Sun Jan 21 03:32:03 2007 +0100 * Initial import of the ps2fd library. (debugging support for radare) * commit 3002cce48a2eab8e4d01098289ce95e00b5d4022 Author: pancake Date: Sat Jan 20 16:44:21 2007 +0100 * Initial implementation of the wrapped line parser for pipe support * Pipes allows me to remove commands like 'dump'. Use 'pr > file' instead * Implement language wrappers for user-defined data block parsers * spcc = structure parser for C. Implemented as an 'rsc' command * Documentation for the new readline command parser. (doc/shell) * Fix syms-flag utility. * Remove config.input variable everywhere! * New print format FMT_USER available from 'pU' using the %RADARE_PRINT environ commit 48cb49f7fa6193358ade1524a74a6d4d1e327ea9 Author: User Date: Wed Jan 17 17:04:09 2007 +0100 * Implement the 'S' command aka StoreState for easy load/store projects * Documentate the way to flag symbols in doc/elf-tutorial * libexec/syms is now happy with -h. Avoid automatic a.out handler * Status info 'i' command dups the write_mode variable. Shorter columns * New rsc helper commands: syms-flag and elf-base-addr commit d15e14f0396d182dcace42fcdfa2b9e47e334b2c Author: User Date: Tue Jan 16 22:28:16 2007 +0100 * Implement next/prev keys for moving between flags in visual mode * Autocomplete the 'm' command as 'move' * Autocomplete the 's' command as 'seek' * The move command can only be used in write mode * Kissize and fix the '<' and '>' commands * Restore config.seek when the search is finished * Show flag name (if exists in current offset) in visual mode * Avoid redraw screen when invalid key is pressed. commit 6529032ef6fcc13095d4d81c8ae1f88f130f079b Author: User Date: Tue Jan 16 18:08:54 2007 +0100 * support for octal-hexa conversions in 'xc'. * split search stuff from radare.c to search.c * 'b' command is now autocompleted as 'bsize' * uchar[1] -> uchar fixup on visual.c * initial map-struct documentation (requires rfile changes) commit 05fcf465acc747bac1b538a9de5d1bc28d520a49 Author: User Date: Tue Jan 16 11:06:46 2007 +0100 * Search engine is now happy with -v * Cleanup warnings in xrefs.c * Implement ~/.radare_history stuff (thx pof) * Fix get_offset stack noise. (inititalize ret = 0) (thx viric) * Up to 0.6.6