2699 Commits

Author SHA1 Message Date
pancake
8c5a6d68ff Handle fcn in r_parse, unify filter() and add locdiff utility 2013-05-22 01:49:18 +02:00
pancake
95fd9628f8 Fix support for latest android ndk 2013-05-21 17:10:58 +02:00
pancake
e3129f246e Show flag comment in branch references (fixes #92) 2013-05-21 08:59:08 +02:00
pancake
ca8b684637 Add CCa and CCa- commands (comments without seek) 2013-05-20 23:00:11 +02:00
pancake
16ddff4eb9 More work on ESIL, and implement r2 -Desil .. 2013-05-20 03:00:49 +02:00
Eduard Burtescu
0b0feba28e PE: fix buffer overflow regression caused by the fix for #64 (fcbe3ca). 2013-05-19 10:46:18 +03:00
pancake
9f309aea25 Rename RAnalOp->code to RAnalOp->esil (Evaluable String Intermediate Language) 2013-05-17 01:50:49 +02:00
pancake
356640967b Fix double warning for -zz and add support for openSUSE in mingw32.sh
- Fix mingw32 build
- Fix double warn for -zz
- Some code indentation in c55plus code
- mingw32.sh now supports openSUSE
2013-05-17 01:42:24 +02:00
pancake
774e6b750f Check 'malloc' return values in r2agent (netbeisser) 2013-05-16 13:48:45 +02:00
th0rpe
a42e574954 Initial import of the c55+ disassembler (by th0rpe) 2013-05-15 16:11:15 +02:00
pancake
da0c52203b Fix null deref in demangle loop for java classes (thanks l0gic!) 2013-05-14 03:13:49 +02:00
schrotthaufen
167dd44734 Fixed a NULLptr deref in java loader 2013-05-14 02:30:43 +02:00
pancake
32391e5f79 Update sdb and fix Linux build (-fPIC) 2013-05-14 02:26:43 +02:00
pancake
2b12d1f9cd Add missing file 2013-05-14 02:12:54 +02:00
pancake
ed3edeb715 Fix native build 2013-05-14 02:06:43 +02:00
pancake
9c8692ab06 Some udis86 anal fixes, update sdb and fix mingw32 build 2013-05-14 01:53:52 +02:00
pancake
5ba586da9d Honor DESTDIR in sys/python.sh 2013-05-12 23:37:31 +02:00
pancake
f0bce391b8 Fix thumb arm assembler for push/pop (TuXeD patch) 2013-05-12 23:24:26 +02:00
pancake
f6a8d7b3b8 Initial import of binr/r2agent 2013-05-11 01:58:05 +02:00
pancake
09f6cc9973 Fix segfault in udis86 analysis 2013-05-07 00:48:08 +02:00
pancake
4d78e5ee30 Make unix fork behave like w32 (r2 -d a.out == r2 -d ./a.out) 2013-05-06 01:55:09 +02:00
pancake
3c62d1905a Fix rarun2 stdout and stderr pipes
dcu requires argument to work
Enhace rarun2 manpage
Fix rax2 -B for negative values
2013-05-05 19:39:01 +02:00
pancake
735bcc2fb9 Use r_file_abspath() and add dir.projects eval config var 2013-05-05 18:35:14 +02:00
pancake
f2c8e597d8 Add 'pcw' and 'pcd' to print C code for 32 and 64 bits 2013-05-04 02:57:19 +02:00
pancake
be02d4fc9d Initial work on the evaluable opcode analysis strings
- New command 'ae' to evaluate those expressions
- Use 'ao~code' to see the generated eval strings
- Rerefix udis86 16bit issue
2013-05-04 02:35:52 +02:00
pancake
afacfbeda4 Fix unitialized pointer in elf 2013-05-03 14:52:02 +02:00
pancake
46a4d176fd sed -e s/sudo/${SUDO}/ -i sys/python.sh 2013-05-03 00:59:02 +02:00
pancake
7517099976 Implement 'woe' command and honor NOSUDO and PREFIX in sys/*.sh 2013-05-02 23:49:58 +02:00
Shane Peelar
24ccb7aabb Fixed compilation problems on Windows with MinGW-w64 4.8 2013-05-02 10:17:59 +02:00
pancake
4c6bc1d28b Fix build 2013-05-01 23:03:52 +02:00
pancake
b9a9b14a60 shlr/java is now PIC 2013-05-01 01:50:37 +02:00
pancake
e407346300 Fix shlr/ sdb-sync 2013-05-01 01:43:35 +02:00
pancake
781e62bedb Move libr/db/sdb to shlr/sdb (fix build?) 2013-05-01 01:29:06 +02:00
pancake
98a1fac017 Autocomplete wf, wF, wt, wp 2013-05-01 01:01:43 +02:00
pancake
8eb68dda7b 'pdi' is now the same as 'pid' 2013-05-01 00:40:26 +02:00
pancake
3a55123970 More enhacements for the webui
- Get version using r2 api in about panel
- Align all buttons of the topbar
- Bigger font size for disasm
2013-04-30 04:01:06 +02:00
pancake
1e6aeb655c Minor fixes on the webui 2013-04-30 03:36:38 +02:00
pancake
b244a31cef Upgrade enyo and enhace webui (add scripting tab)
- Honor pvj length
- Refix udis86 16/32bit disasm
- Fix many glitches in the webui
2013-04-30 03:25:32 +02:00
pancake
eeceed230b Fix sizeof() operand mismatch warning (thanks fam) 2013-04-29 18:49:26 +02:00
pancake
1e325fc5b0 Fix 16bit disasm bug using udis86. Fixes #25 #83 2013-04-29 09:20:16 +02:00
pancake
ee72446160 Fix bindings 2013-04-28 23:58:11 +02:00
Eduard Burtescu
3ea0b1761d VAPI/r_bin: updated to match changed static string size. 2013-04-28 16:53:07 +03:00
pancake
02259615a3 Fix issue in r_cons_grep() 2013-04-27 01:50:46 +02:00
pancake
0aaa61f7d2 Store CFLAGS in configure, fix build race condition and rabin2 -zz
- Try to fix the race condition in build
- Fixes for rabin2 -zz (show strings when opening an unknown file type)
- Store CFLAGS and LDFLAGS at configure stage
2013-04-26 03:15:39 +02:00
pancake
2a0b1707cb Update doc/iphone and fix build on iOS 2013-04-26 01:41:31 +02:00
pancake
c22aaf16d2 Fix bindings, loading strings of unknown filetype 2013-04-26 00:04:05 +02:00
pancake
26a7854dd6 Rewrite DEX parser 2013-04-25 03:42:17 +02:00
Eduardo de la Arada
870696bbde Add "show mountpoints" option to fs vmenu 2013-04-24 17:13:52 +02:00
pancake
9e0d7b777b Fix corner case when loading huge files with strings 2013-04-24 13:09:06 +02:00
pancake
fb19a8cdd4 Fix debug of 32bit programs on 64bit boxes 2013-04-24 09:46:57 +02:00