pancake
f80d659912
Fix java linkage
2014-03-18 00:15:10 +01:00
pancake
53edf7c17d
Merge RCmd inside RCore
2014-03-18 00:05:44 +01:00
pancake
ad7917b46a
Fix 'dm' for ios/osx
2014-03-17 17:32:25 +01:00
Adam Pridgen
11b1cab8f5
Added some commands to print summary information for methods and fields, and added a
...
FUNC_META symbol for Java Method attribute. This will report meta information for a
given method.
2014-03-17 02:14:38 -05:00
Adam Pridgen
42be12d7cb
Fixed dependency issues for build
2014-03-16 23:05:45 -05:00
Adam Pridgen
62445c5e98
Adding java command plugin and moving the functionality out of the anal/p/anal_java.c code
...
Added functions to print information about CP Objects and read/write access flags
2014-03-16 22:32:18 -05:00
jvoisin
ea2363d926
Fix some coverity issues
2014-03-16 00:16:43 +01:00
pancake
c260d37f39
Fix infinite parsing when loading MACH0 files
...
- Reenable some mouse enabled ansi sequences
2014-03-16 00:16:40 +01:00
Adam Pridgen
b464851707
reduced the Java R_API footprint and fixed some other java related stuff
2014-03-15 15:18:45 -05:00
pancake
48966d7af3
Bump capstone to 2.1.1 + dont check https cert
2014-03-15 01:59:16 +01:00
pancake
57fcf95fbe
Update sdb to fix close(-1) issue
2014-03-13 11:18:51 +01:00
pancake
8fb6b41f32
Fix linkage
2014-03-12 17:50:36 +01:00
pancake
35ece5c6ab
Fix uninitialized variables in sdb
2014-03-12 17:08:57 +01:00
condret
b202b05774
Add support for GBA roms and update GB opcode table
...
see http://gbdev.gg8.se/wiki/articles/CPU_Instruction_Set
2014-03-12 15:32:29 +01:00
pancake
a3c7044047
Fix #699 - mouse control chars in stderr
2014-03-12 03:32:50 +01:00
pancake
f3ac24dd47
Remove all deprecated (non-sdb) xrefs code
2014-03-12 03:23:50 +01:00
pancake
6c641ea461
Extended help message for 'k' command
2014-03-12 02:54:21 +01:00
pancake
fb98bc1335
More sdbization for comments and hints (-250LOC)
2014-03-12 02:44:49 +01:00
Fedor Sakharov
977b5fb706
io_ihex: Lets remove infinite cycle
2014-03-11 20:41:40 +04:00
pancake
8cfd3d475c
Finish implementing RAnalHints on top of SDB
2014-03-11 10:53:44 +01:00
pancake
73a46d574c
SDBize and refactor Anal-Hints, still unfinished
2014-03-11 02:47:10 +01:00
pancake
cae8209c1c
Update sdb fixing null deref in sdb_ns
2014-03-10 16:57:03 +01:00
pancake
6ba0214a73
Added initial uncrustify configuration file (still unfinished)
2014-03-10 16:55:37 +01:00
pancake
d27776c408
Fix infinite loop in ~.
2014-03-10 14:19:29 +01:00
pancake
051d1bd54b
Update SDB from git
2014-03-10 02:42:19 +01:00
pancake
7c8daf1e70
Refactoring RBinMeta into RBinDbgInfo
2014-03-10 02:27:32 +01:00
pancake
7cf6de3715
Fix #687 - Recognize UCALL on x86 (udis + cs)
2014-03-10 02:20:56 +01:00
pancake
6bcdeb9430
Fix #688 - Fix overflow in r_str_escape
2014-03-10 01:06:50 +01:00
pancake
b9d7533137
Fix overflow in r_socket_http_get
2014-03-10 00:55:57 +01:00
pancake
00b81f636f
Fix infinite loop in make clean
2014-03-10 00:33:29 +01:00
pancake
b24ce172fa
Handle <enter> and fix 'k' in RCons.less
2014-03-09 21:38:37 +01:00
pancake
ed186eab25
Fix symgraph script
2014-03-09 17:48:12 +01:00
pancake
ce49c47e92
Indentation cleanup and add missing license header to libgdbr
2014-03-09 17:33:08 +01:00
David Holm
87d336c796
Fix solib version for symstall rule
...
The same change as f0dbeb9
but for the symstall rule.
2014-03-09 11:24:44 +01:00
David Holm
f0dbeb9950
Fix solib file name on MacOS X
...
On MacOS X the library version goes before the library extension (dylib). This
patch adds two helper functions that are used by the install rule to get the
correct library file name.
2014-03-08 23:13:18 +01:00
Fedor Sakharov
7682a33646
Fix #689
2014-03-09 00:04:19 +04:00
Fedor Sakharov
bb68fa072c
util: Fix umask when making temp file
2014-03-09 00:01:04 +04:00
Fedor Sakharov
61193c6527
Fix coverity issues in r_util
2014-03-08 11:56:15 +01:00
pancake
9e8a815ac8
Strip 'ptr ' from capsone x86 disasm
2014-03-08 03:14:10 +01:00
Fedor Sakharov
939f274e90
Fixes #150
2014-03-08 03:00:04 +01:00
pancake
a1902426e6
RCons.clear_line() now can clear stderr line too
2014-03-08 02:56:04 +01:00
pancake
f7bdfb2bbc
Fix #575 - Thanks @montekki - plus other enhacements
...
- Use ↑ for utf8 backlines
- Support multiple RAnalMetas on every line in disasm.c
- Use sdb in disasm to retrieve RAnalMetas instead of api
2014-03-08 02:36:33 +01:00
pancake
2dcdd8b45e
Fix asm/d clean
2014-03-08 01:18:45 +01:00
pancake
e3b77a26ee
Update return value of sdb_foreach callbacks
2014-03-08 01:06:31 +01:00
pancake
784a1d2a72
Import radare2-capstone asm/anal plugins
2014-03-07 04:15:45 +01:00
pancake
99cd0fee14
Fix librgdbr makefiles and add capstone-sync shlr target
2014-03-07 02:00:27 +01:00
pancake
bb7958342b
Deprecate RPair API and ?k. Use SDB and integrate it with 'k'
2014-03-07 01:26:11 +01:00
pancake
ddd9bd811d
Fix newline in multiline comments and use ! for backjumps
2014-03-06 23:42:01 +01:00
pancake
086fc30e3b
Update sdb to fix disk sync and sdb_foreach
2014-03-06 03:42:28 +01:00
pancake
b001eed6bb
Update sdb for an array iteration optimization
2014-03-06 02:31:31 +01:00