pancake
7bcd23df0f
* Fix static build (--without-pic --with-nonpic)
2011-07-13 10:14:30 +02:00
pancake
301073e7f1
* Fix pi and /c commands
2011-07-12 23:22:33 +02:00
earada
c880718f15
* Fix some warnings
2011-07-12 23:06:06 +02:00
pancake
1e3739f902
* Fix build for ming-w64
2011-07-12 19:42:20 +02:00
earada
0d43c5422a
* Enhacements in keybindings used in visual mounts menus
...
* Implement missing 'pf p' pointer format
2011-07-12 17:26:56 +02:00
pancake
97232ecc1c
* Bump to 0.8b
...
* Clean up some warnings of r_fs
2011-07-12 09:22:40 +02:00
pancake
35f139986e
* Fix invalid delta bug in r_fs_partitions
...
- Thanks @earada for noticing it
* Fix 32-64bit pointer segfault caused by missing function signature
* Make partition msdos map be verbose when failing
2011-07-12 00:31:57 +02:00
pancake
e9bbed187b
* Fix segfault in r_cons_column
...
- Thanks vext01!
2011-07-02 05:55:09 +02:00
earada
1f30cc1025
* Add vmenus-mounts option
2011-07-11 22:52:05 +02:00
pancake
b765565cc4
* Fix r_line autocomplete regreesion bug
2011-07-11 21:10:14 +02:00
pancake
eb3c3994ac
* Fix r_asm_op vapi
2011-07-11 20:24:21 +02:00
pancake
5875fe4cba
* Minor enhacement in RSearch vapi
2011-07-11 19:41:32 +02:00
pancake
07f1f347d8
* Fix null pointer segfault in R_ANAL_XOR
2011-07-02 04:31:01 +02:00
pancake
cec16d4c8f
* Add r_fs_partition_type api
2011-07-08 00:24:14 +02:00
pancake
9e4ae07d99
* Fix offbyone bug in r_print
2011-07-07 20:55:05 +02:00
pancake
2e97cde9dc
* Fix r2-bindings valabind build (python, guile, ..)
2011-07-07 18:40:18 +02:00
pancake
7a79f92c82
* Fix pdi with no args
...
* Fix bug in dietline autocomplete
2011-07-07 02:04:42 +02:00
pancake
c47da60578
* Some fixes in r_syscall (thanks vext01!)
...
* Use x86.olly before x86.nasm
* Add r_asm_assemble_file() method
- Accessible with 'waf' command
2011-07-07 00:53:08 +02:00
pancake
d07c67e87a
* Fix build on mingw32
2011-07-06 21:57:12 +02:00
pancake
6abcfb962b
* Add from/to arguments to search_preludes()
...
* Mostly fix the ming-w32 build
* Avoid using alloca()
2011-07-06 11:48:16 +02:00
pancake
edc7da8f7c
* More strcpy/sprintf/strcat exterminations
2011-07-06 09:40:23 +02:00
pancake
510c08f4e4
* Do not use strcpy/strcat/sprintf
...
- There are still some 3rd party files that require update
- Makes OpenBSD linking less verbose
2011-07-06 03:01:21 +02:00
pancake
45a6b0d2ce
* Remove debugging printfs in the debugger
2011-07-06 01:45:45 +02:00
pancake
77816183a0
* Added anal.prelude to specify an hexpair to find
...
* Added search/prelude API into RCore and Vapi
2011-07-06 01:40:14 +02:00
pancake
840190602c
* Use strncpy instead of strcpy in asm and util
...
- Also avoid using sprintf and strcat
- Some speedup and buffer overflows fixed
* Reimplement 'ap' command using the API
- Fixes some issues related to nested console buffers
- Faster and more reliable
* Use Color_ definitions instead of hardcoded values in r_print
2011-07-06 01:29:18 +02:00
pancake
9ed75b82dd
* Fix osx-64 prelude (thanks @reversemode)
2011-07-05 17:24:05 +02:00
pancake
a45df6c14f
* Split 'ap' in two cmd0s
...
* Add missing anal_all() in RCore vapi
2011-07-05 17:14:39 +02:00
pancake
61c9ea4aae
* Fix CC- and CC-* (thanks vext01)
2011-07-05 00:37:17 +02:00
pancake
bebb19a5ce
* Fix some warnings patch by @capi_x
...
* Added R_REFCTR macros
* Ignore prefixed 0x in hexstr2bin
- Fixes issue in 'wo*' commands (thanks edd)
2011-07-04 23:23:06 +02:00
earada
a38c2ece6d
* Initial parse of dex files
...
- Load strings and methods
* Fix command 'r' parser
* Fix visual 'g' command without sections defined
2011-07-04 18:54:41 +02:00
pancake
0b997374a0
* Some minor indent and warning cleanup
2011-07-04 18:16:12 +02:00
pancake
a089fcfa1a
* Added src/dst Value fields in RAnal.Op class
2011-07-04 10:32:22 +02:00
pancake
cf0e1d6b6c
* Honor MANDIR
2011-07-03 13:06:16 +02:00
pancake
ed9a4c3584
* Use newer ACR fixing --mandir configure flag
...
* Fix help message for 'r' command
2011-07-03 12:58:19 +02:00
pancake
809729ad22
* Do not asm.filter flags without '.' in name
...
- Avoid making disassembly look wrong
2011-07-02 13:48:18 +02:00
pancake
0af36f8e9d
* Add help for P command in ?
2011-07-01 13:24:51 +02:00
pancake
17768b9de0
* Add DEVELOPERS file as noted by Edd
2011-07-01 13:22:13 +02:00
pancake
0528e66fda
* Disable asm.dwarf until reimplemented
...
* Some more code cleanup in gdbwrap plugin code
2011-06-30 21:35:15 +02:00
pancake
50129da14f
* Fix r_asm vapi
2011-06-30 21:26:26 +02:00
pancake
e80caee947
* Apply Edd Barrett patch fixing the zombie processes
...
bug in the r_sys_cmd_str_full() function
2011-06-30 17:41:48 +02:00
pancake
5beff0f193
* Some indentation fixes in gdbwrapper
2011-06-30 09:21:51 +02:00
pancake
ea98fe1bd6
* Various gcc-4.6 warnings fixed
2011-06-30 00:17:12 +02:00
pancake
6d0bd0c320
* Fix segfault noticed pd? in OpenBSD64 by Edd Barret
...
- Thanks!
2011-05-25 16:08:26 +02:00
pancake
9d3c3be03c
* Implement dbg.follow (32 by default)
...
- follow program counter when pc > core->offset + dbg.follow
2011-06-29 00:54:49 +02:00
pancake
aa236eb063
* Finally fix a segfault in the htflags implementation
...
- This was workarounded to work incorrectly
* Fix build on OSX of the dalvik plugin for r_asm
* Other minor random checks
2011-06-29 00:36:52 +02:00
pancake
e1d569fbeb
* use r_num_get in r_cons_grep
...
- Flags are now handled
* Added 'S.' command to show begin end and name of current section
* Implement 'sn' to seek to next opcode (alias for s+$l)
- Added $l variable
* Rename r2 flag -v to -q
-V flag is now -v (all flags in lowercase
2011-06-26 23:49:11 +02:00
earada
29a90901c8
* Add support for io.va mode in g/G visual keys
2011-06-26 23:41:34 +02:00
earada
21a9405a81
* Handle strings meta info in dalvik disassemble
2011-06-26 22:42:34 +02:00
pancake
ef375bf85d
* Fix macro definitions
...
* Handle asm.flags in core_disasm
2011-06-26 21:24:22 +02:00
pancake
868acc4059
* Added RBinBind type and logic
...
- Refactoring required to allow RAsm retrieve info from RBin
- Will be used by dalvik and java disassemblers
2011-06-26 20:29:24 +02:00