pancake
1d9668cb8e
* Bugfix for binr/blob
2012-04-01 02:16:20 +02:00
pancake
cafc5c920a
* Fix android blob build
2012-04-01 01:40:04 +02:00
pancake
d7945d3d59
* Use blob for android builds
2012-03-31 23:56:13 +02:00
pancake
dade672d98
* Add binr/blob to build r2 like busybox
...
- Single binary with symlinks (main dispatcher)
2012-03-31 23:46:46 +02:00
pancake
057f1b8353
* Fix android farm build on osx
2012-03-31 03:54:44 +02:00
pancake
52e8fcab55
* Add android-mips farm scripts
2012-03-30 13:33:38 +02:00
pancake
ef8ff4fcfb
* Add initial luvit bindings for testing (sync)
2012-03-13 18:45:19 +01:00
pancake
c1990919d2
Update ldid xml from crackulous
2012-03-12 12:44:07 +01:00
pancake
048b27f081
* Update to acr 0.8.9
2012-03-09 02:22:21 +01:00
pancake
a9deaed6cc
* binr: Add the rule ${BIN}${EXT_EXE} as dep of the all rule
...
- patch by ac1d3
2012-03-09 01:34:04 +01:00
pancake
db1135b405
* Apply patches from ac1d3. Thanks!
...
- include directory in CFLAGS and waitfordeps.sh
- fixed VERSION macro
2012-03-09 01:03:19 +01:00
pancake
25f9abac3b
* Oops. fix build
2012-03-07 18:18:22 +01:00
pancake
05a0196690
* Fix osx-x86-32 debug register profile
...
* Some struct->typedef renaming
2012-03-07 10:43:02 +01:00
pancake
9bc3812ae8
* Add r_bin/mz plugin (old EXE binaries)
...
* Fix parsing of cs:ip values in r_num_calc
2012-03-07 01:34:57 +01:00
pancake
6c87f9a14a
* Fix pq
2012-02-28 02:03:49 +01:00
pancake
77064aabe4
* Add VtR and afr commands to rename functions
...
- also renames the associated flag name
2012-02-27 03:35:00 +01:00
pancake
1b2c8064ff
* More split of core/cmd.c
...
* Fix 'dbc' argument parsing
* Fix V_q error message
* Remove unused code
2012-02-27 03:07:32 +01:00
pancake
d37de2367d
* Split libr/core/cmd.c
2012-02-27 02:40:27 +01:00
pancake
34d41b897f
* Fix lot of regressions in command parsing
...
* Fix nested command repeaters
* Add hardcoded limit for BB analysis (fix infinite analysis bug)
- RAnal.Fcn now has a .depth field
* Fix some r_cons usage related issues in rcore
* Add 'pif' command. as in 'pdf' one resizes the blocksize
* Fix '#' command/comment again
* Fix r_io_read issue that was causing everything to go wrong
2012-02-27 02:02:44 +01:00
pancake
0c0984a382
* Fix --without-ewf
...
* Fix r_types.h for FreeBSD-clang
* Fix android sys build scripts
2012-02-18 01:49:59 +01:00
pancake
9845f98cae
* Honor STRIP for android build
2012-02-17 13:55:54 +01:00
pancake
844d803e79
* Search in io.va is broken
...
* Add some android build foo's reported by pof
2012-02-17 13:23:58 +01:00
pancake
94fe845a81
* Fix static build (thanks @pof for reporting)
2012-02-16 18:10:06 +01:00
pancake
68a5dcea14
* Do not show comment for nop arm opcode disasm
...
* Use mac->printf
* Fix javasm disassemble issue
* Use (* to list macros
* Refix clear00 in visual
2012-02-16 02:40:50 +01:00
pancake
beac4bbc24
* More fixes in the code analysis loops
...
* Properly detect end of functions in visual
* Apply rudi_s patches for cache
* Show push flag information if available as a comment
* Clear screen after quiting Visual
* Remove unused function
2012-02-16 01:26:50 +01:00
pancake
91c35cc94e
* Fix x86olly disassembler %d and 0x%08x
...
* Properly handle '*' in calc.c
2012-02-15 23:42:27 +01:00
pancake
eb809bf691
* Traps and unknown jumps are now end-of-block opcodes
2012-02-15 22:09:23 +01:00
pancake
ddca754a81
* remerge
2012-02-15 11:31:54 +01:00
pancake
b866953397
* merge heads
2012-02-15 11:31:18 +01:00
pancake
5fc05667d6
* Apply rudi_s patches
...
- libr/core/cmd.c: # ignores the complete line.
- libr/io/undo.c: Improve seek undo/redo.
2012-02-15 11:13:05 +01:00
pancake
f41d41e9eb
* Some fixes for the code analysis (still wrong, but at least ^C)
...
* Fix r_num_calc and all tests cases should run fine now
2012-02-15 11:11:25 +01:00
pancake
d2b6828bab
* Fix some warnings reported by the farm
...
* Do not prompt or clear screen when using V in batch mode
* Optimization in r_config_get_i
* Show expression in r_num_calc errors
* Fix parsing of $$+2 in r_num_calc
2012-02-15 00:17:31 +01:00
pancake
be6c39c54f
* Use r_list_foreach[_safe] where appropriate.
2012-02-14 18:19:16 +01:00
pancake
4efc2bfab7
* rudi_s: Add r_list_foreach_safe() which is safe when deleting elements
2012-02-14 18:10:52 +01:00
pancake
8587dbab20
* Fix w32 build
...
* Apply rudi_s patch fixing some new valgrind warnings
2012-02-14 18:10:01 +01:00
pancake
621d78cff4
* add support for floating point arithmetics in r_num_calc
...
* show r_num_math parsing errors to stderr
* add rax2 -f to show result in floating point
2012-02-14 05:26:41 +01:00
pancake
44b42708d6
* Use r_num_calc() for math.. slower but honors parenthesis
...
- needs code cleanup
2012-02-14 04:41:40 +01:00
pancake
65d1dddfd1
* apply rudi_s patch fixing multiple bugs
...
- Fix uninitialized variables and other GCC warnings
- Remove unused variables, fix invalid heap ops
- ?p print error if VA is not
- Fix invalid write in r_io_cache_read().
* add support for 'mov reg, [addr]' in x86.nz[32]
2012-02-12 23:45:04 +01:00
pancake
1947f0dece
* Fix o- segfault
...
- Problem in r_io_desc_free called twice
* Compact ??? help
* Random indentation fixes
* Added support for binmask searches
- /x 123456 ffc0e3
* Added BLOCK and BYTES in r_core_sysenv_begin()
* Hacky fix for autoblocksize with pw
2012-02-09 01:38:16 +01:00
pancake
fd6388de60
* Show error if no hud file found
...
* Fix 'o file 0xaddr' parsing issue
* 'om' now works without size (file size)
- fixed help message
* Use xor'd byte in r_io_desc_new ();
2012-02-08 00:45:06 +01:00
pancake
e1f0829cf2
* Fix backspace key in visual hud on Linux
2012-02-07 13:44:57 +01:00
pancake
227c985a08
* Added 'om' command to create, destroy and list IO maps
...
* Upgrade configure script to acr 0.8.8
- Use proper --libdir LDFLAGS for OSX
- Honor CPPFLAGS
* Fix help msg of 'yt' command
* Use RList in r_io (rudi_s)
* Fix HOME/END keys in xrvt-unicode
* Add dummy install-cxx target in r2-bindings
2012-02-07 01:51:56 +01:00
pancake
d2ac74699b
* Honor r_io_map in r_io_read()
...
* Rename r2 -H as -hh
* Add r2 -m to specify the load map address
* r2 - is an alias for r2 malloc://512
* Add rxvt-unicode ansi keycodes for HOME/END (must test)
2012-02-07 00:44:46 +01:00
pancake
e70ef0a622
* Force absolute path for libraries in OSX
...
- thanks Anton Bolotinksy for the patch
2012-02-06 13:20:57 +01:00
pancake
590a069980
* Fix dr?pc
...
* Fix r_anal and r_magic vapis (thanks xvilka)
* Add some fortunes
* Fix test_sys
2012-02-05 23:47:16 +01:00
pancake
126223038c
* Add Simon Ruderich patch adding pager support to r_cons (thanks!)
...
- Add new cfg.pager configuration variable
- by default no pager is used (cfg.pager is empty).
2012-02-05 02:39:04 +01:00
pancake
385785e6ab
* Fix segfault in m68k disassembler
2012-02-05 02:30:08 +01:00
pancake
24300b79a7
* Add build timestamp in r2 -v
...
* Swap -n/-N .. to keep backward compatibility
- Remove useless printf message
* Fix segfault in /c?
* Fix r_line_hist_load() newline issue
2012-02-05 02:22:31 +01:00
pancake
c33a057d41
* Fix segfault in OpenBSD when opening empty files
2011-07-04 02:17:00 +02:00
pancake
6bb894de1c
* Fix segfault in xtr_fatmach0 on small files
...
* Add r_cons_set_interactive and _last_interactive() methods
* Drop interactive mode when '>' is used
2012-02-05 01:25:40 +01:00