2676 Commits

Author SHA1 Message Date
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
pancake
f04dbd3ab4 Use '$$' instead of '$pc' in r_asm_assemble() 2013-04-24 09:14:08 +02:00
pancake
e20b2ed6d0 Accelerate visual disasm mode 2013-04-24 00:38:49 +02:00
pancake
439c3bb3de Fix infinite loop in VT and minor tweaks in '?' help 2013-04-24 00:16:35 +02:00
pancake
86f6f6b8c6 Fix stack analysis on 64bits 2013-04-23 19:24:41 +02:00
pancake
d1459f5665 Add r2 -A and -k, implement stackptr for udis86, update manpage 2013-04-23 03:38:39 +02:00
pancake
b77cdf33d7 Fix loading of MACH0 object files and fix build 2013-04-22 01:34:25 +02:00
pancake
79b23a35d4 Fix .string and .ascii directives 2013-04-22 01:18:21 +02:00
pancake
f52fdf762f Fix armthumb disasm, 64bit inc/dec on x86, syscall in r_asm
- rasm2 -k to select kernel like ragg2 does
- rasm2 -k linux -b32 'mov eax, $sys.write'
- Implement x86-64bit INC and DEC
- Add x86-8 and x86-64 bit calling conventions in r_syscall
2013-04-22 01:09:27 +02:00
pancake
68ae2c4463 Fix rasm2 -d - (without -f) 2013-04-22 00:05:35 +02:00
pancake
6ad7ed7925 Lot of bugfixes in r_asm, x86 assembler and ragg2 -x
- Thanks Ripe for reporting
- Handle $pc in r_asm assemble
- New ops for x86.nz: sar, shl, shr, shl, rcr, rcl, ror, rol
- Fix disassembler indentation for functions
- Fix memory align issue in r_sys_run()
2013-04-22 00:01:41 +02:00
pancake
5ef42734ab Add 'sar' opcode for 32 and 64bits in x86.nz 2013-04-21 22:11:33 +02:00
pancake
23a291b085 Add more fortunes and minor refactoring in core.c 2013-04-19 00:02:23 +02:00
pancake
30a75dc71c move www to $pfx/share/radare2/$ver/www (thanks debian) 2013-04-18 23:11:12 +02:00
pancake
11db8e1c50 Fix build (dirent->d_namlen is not portable) 2013-04-18 10:06:28 +02:00
pancake
8afdf330ae List and remove projects using '-p' and '-p -$prj' 2013-04-18 09:39:37 +02:00
pancake
59670523e2 Initial transition to sdb: anal.xrefs
- Cascade core_project_save > anal_project_save > anal_xrefs_save
- Database is stored into ~/.radare2/rdb/$prj.d/xrefs
- Build libsdb properly to get access to all the api
- Use sdb from r_anal_xrefs() - needs cleanup
- Update sdb to the latest version from git
- Fix some warnings
2013-04-18 03:58:44 +02:00
pancake
5e47ba3a7e Fixes in manpages 2013-04-16 19:54:26 +02:00
pancake
5c40488acc Fix .ia* issues when demangling c++, Fix visual hexa
Fix recent regression with scr.cols -> hex.cols
Minor fix that was causing some nasty r_num parsing
Show demangled symbol/imports names as comments
2013-04-16 19:48:59 +02:00
pancake
e71bb8d701 Rename and fix scr.{stride,cols} as hex.{stride,cols} 2013-04-16 04:11:32 +02:00
pancake
0d993c8cbd Initial working code injection with r_debug_execute() 2013-04-16 04:01:39 +02:00
pancake
4cf83c6a63 Detect more c++ bins, demangle symbols and fixes in udis86
Better detection of c++ bins
Handle symbol/import name mangling as code comments
Fix visual menu 'VT'
Fix udis86 call analysis
2013-04-16 03:24:47 +02:00
pancake
96d1a1141b Fix invalid flag name filtering issue and add rax2 -t (timestamp) 2013-04-16 01:48:03 +02:00
pancake
b612d2a6b1 Fix static build (+android) 2013-04-12 02:39:46 +02:00