pancake
8717542596
Add RStrBuf api
2013-12-03 04:46:53 +01:00
pancake
7d70f79755
Fix #399 - Add .license to all plugins
2013-12-02 04:44:26 +01:00
Fedor Sakharov
d550005c7e
Fix name of EBC decode function
2013-12-02 01:26:05 +01:00
Fedor Sakharov
1a72cdec24
Initial commit for EFI Byte Code (EBC) disassembler.
2013-12-02 01:25:54 +01:00
Adam Pridgen
b5b6348691
Updated some missing Java Byte code Ops and cleaned up some code parsing.
2013-12-02 01:23:50 +01:00
Adam Pridgen
519190801b
Rewrote backward disassemble with a greedy backward algorithm, added a find api to rlist, label to bb struct
2013-12-02 00:09:22 +01:00
condret
c949e467a0
Add SNES disassembler
2013-11-29 17:30:58 +01:00
pancake
4c86f43a14
Fixes in tcp connect return value and implement 2> pipes
2013-11-29 17:28:36 +01:00
pancake
21c3e01ff5
Fix #389 - Fix segfault in ptrace://-1
2013-11-26 16:16:06 +01:00
pancake
71c148a92d
Better x86 analysis and 'ao' now accepts a counter argument
2013-11-25 02:03:54 +01:00
pancake
a6f4dbca47
Fix #384 - Dupped filedescriptors
2013-11-23 02:44:06 +01:00
Adam Pridgen
a5ad388eb5
Cleaned up how the pd command process input. Added support for setting [len] [asm.arch] [bits] for all pd commands.
2013-11-22 08:45:13 -06:00
pancake
fb654160e9
Add GameBoy support in RBin
...
- Can identify rom, romtype (mbc,sram, ...), arch, entrypoint and 2 rombanks
2013-11-22 09:45:49 +01:00
aaSSfxxx
ba3065fb99
Add get_vaddr to RBinPlugin and fix vaddr calculation for PE files
2013-11-20 12:16:45 +01:00
pancake
58870cff95
Fix r_io_desc_new macro. It was breaking support for multiple files
2013-11-19 03:02:26 +01:00
Fedor Sakharov
13547a0bbf
Fix #370 - Some memory leaks
...
Fix memory leak in r_config_new.
cfg->nodes->free should be a custom function that frees RConfigNode
structure correctly, but not the ordinary free.
Fix memory leak in r_anal_new.
In r_anal_free need to call r_meta_free to free the
whole RMeta structure, not only it's data list.
The r_meta_free doesn't seem to have any leak itself.
Fix leaking anal->hints.
Fix memory leaks in r_cmd_free
Fix memory leak in r_cmd_plugin_init
Fix memleak in r_lib_new
Fix memory leak in r_io_plugin_init
Fix memory leak in r_debug_trace_new
Fix memory leaks in r_io_new
Fix memory leak in r_graph_new
Fix memory leak in r_sys_getdir.
Note: calling getcwd with dir=NULL is a Linux-specific extension
of POSIX, not sure if works on other non-windows platforms.
Fixes a typo
2013-11-19 01:51:40 +01:00
pancake
7112a7ded0
Fix r_io_desc_new issue
2013-11-15 00:04:17 +01:00
condret
38bd1d9271
add gb support
2013-11-14 23:36:43 +01:00
Adam Pridgen
0bc95a2fc4
Added the necessary libzip and libz files for opening zip files and reading and writing to them from memory via uri, added zip, apk, jar
2013-11-14 04:54:50 +01:00
Adam Pridgen
532f420ffa
Added fixes to load bins from IO Plugins and Fixed filename extraction so that IO Plugin names are respected instead of extracting then out of the URIs
2013-11-12 04:46:28 +01:00
pancake
0903ccc9f4
Fix #337 - Fix 'y -1' segfault
2013-11-10 22:57:08 +01:00
pancake
ec9b04e758
Fix #319 - Fix recursive loading the same script
2013-11-09 03:25:43 +01:00
pancake
f1c9943df2
Fix #313 - Add bin.baddr and r2 -B to set base address for r_bin
2013-11-06 01:32:24 +01:00
pancake
1769a767cd
Fix cpp warnings
2013-11-04 04:50:37 +01:00
pancake
497cb0e2e1
Fix #57 - 'is' does not work for attached process
2013-11-04 03:30:46 +01:00
pancake
ede55b55c4
Fix r_mem_mem and handle 'K' in visual cursor mode to see manpages
2013-11-03 13:47:34 +01:00
pancake
cbecfb8f4a
Initial import of rahash2 '-S' seed and '-i' iterations
2013-11-02 11:49:32 +01:00
pancake
ed1d87f19d
Fix #289 - Oops. Negative function size at ...
...
- Negative values is the status, not a negative length
2013-10-27 02:34:31 +01:00
pancake
e26763a496
Fix some more regression tests. Implement ahc/ahf, COND,REP are now op flags
2013-10-25 02:06:00 +02:00
pancake
bec4f5b63a
Fix radiff2, Ps segfaults and ARC syntax
...
- Fix some nullptr derefs on uninitialized graphdiff structs
- 'ar' is now r_cons compliant and rnum friendly (add arj)
- Fix some arc disasm syntax issues
- Fix segfault when saving analysis info in projects
- ARCompact analysis needs to be rewritten
2013-10-24 13:59:19 +02:00
pancake
bd100e9853
Oops
2013-10-24 00:58:27 +02:00
pancake
36055d5c1f
Merge branch 'master' of https://github.com/radare/radare2
2013-10-20 02:13:57 +02:00
pancake
d814a5b01b
Fix #264 - Add a command to display changed registers
2013-10-20 02:09:03 +02:00
pancake
a5b9d9126a
Code analysis fixes, add 'sf' command and add visual seek feedback
2013-10-20 00:25:37 +02:00
pancake
4b58282fec
Fix #226 - Hash names are now insensitives in r_hash_name_to_bits
2013-10-16 03:12:28 +02:00
pancake
a5844a241f
Add r_cons_color_random() and handle 'random' as color
2013-10-14 23:48:18 +02:00
pancake
de857fa91d
Fix #251 - Segmentation fault running "rabin2 -I classes.dex"
2013-10-14 23:28:17 +02:00
pancake
e173008266
Fixes on io maps and fd descs
2013-10-11 03:11:15 +02:00
pancake
4565790b2f
Rename '_' macro as 'B'
2013-10-09 03:00:05 +02:00
pancake
d100e603c9
Fix #157 - sandbox issue in webui
...
- add 'f' and ':' print formats
- fix nocolor disasm artifact
- add VW command to launch webui
- rename sN to sp (seek to previous hit)
2013-10-09 00:29:49 +02:00
pancake
117a462424
Fix rarun2 preload for latest OSX. Add il help and fix R_EGG constants
2013-10-06 03:54:19 +02:00
pancake
653881eb3a
Merge and fix jvoisin #235 #236
2013-10-04 13:57:49 +02:00
pancake
06b02592d5
Fix crash in rabin2 (unnecessary free of const string)
2013-09-27 20:14:18 +02:00
pancake
800c1de3a4
More work on ctypes+rcore
2013-09-24 23:03:39 +02:00
pancake
354bd7cbaa
Apply modified patch of @jjdredd to handle ^x^e to run editor from rline
2013-09-18 17:24:43 +02:00
pancake
7403b1d671
Implement 'dk' to handle signal events in debugger
2013-09-18 02:11:23 +02:00
pancake
92bdbf0c0a
Add scr.fgets and fix rax2 -s for emscripten
2013-09-16 04:08:08 +02:00
pancake
5372d0acb2
Add 'woR' and 'dd-' commands. Update enyo and add missing PNGs.
2013-09-15 02:24:23 +02:00
pancake
f67f8cefdd
Fix some warnings
2013-09-12 02:02:08 +02:00
pancake
60d40a6374
Add 's.' command
2013-09-12 01:58:05 +02:00