14371 Commits

Author SHA1 Message Date
pancake
65776308c9 RAR disassembler and bin plugin moved to radare2-extras 2017-04-11 13:53:58 +02:00
Marc
12b7916db3 Fix CID 1373512 and CID 1373506 in NRO 2017-04-11 12:41:24 +02:00
Marc
eeb3da8c8b Fix some covs in DEX 2017-04-11 11:28:12 +02:00
pancake
d8db741a9c Fix a bunch of covs 2017-04-11 09:57:46 +02:00
pancake
28ac810724 Better support for symbol demangling 2017-04-11 00:28:37 +02:00
pancake
e694e8dc8c Show demangled method names in VB 2017-04-11 00:16:36 +02:00
alvarofe
dfe5759b3c Fix ax test marked as broken 2017-04-10 23:26:00 +02:00
Marc
8a76a3dc62 Fix vaddr in nro 2017-04-10 21:33:03 +02:00
pancake
c1592008a0 Fix #7231 - cant connect and read memory with gdb:// 2017-04-10 17:32:07 +02:00
pancake
a8106859a5 Fix crash in gdb:// 2017-04-10 17:00:26 +02:00
pancake
f1009a0dd0 Fix regression in ssr 2017-04-10 16:39:10 +02:00
Sven Steinbauer
4f38a99bb2 Ignore position of immediates in arm64 (#7236)
It's not possible to assume what an immediate stands for based on its
position alone. Just parse it out as a CONSTANT type and infer type
within the operator function
2017-04-10 16:02:10 +02:00
pancake
2930a25663 Disable scr.interactive in radiff2 2017-04-10 14:24:53 +02:00
pancake
370eef15fc Missing rconsprintify in radiff2 -x 2017-04-10 14:19:01 +02:00
pancake
9fc8daa3fb Do not show empty class list 2017-04-10 14:17:45 +02:00
pancake
f0bb2622d7 Fix double free in dex class free 2017-04-10 14:15:02 +02:00
pancake
a0f10c1731 Honor -e settings with radiff2 -x too 2017-04-10 13:45:26 +02:00
pancake
c538ee730e Fix r2 -H USER_PLUGINS path 2017-04-10 13:26:03 +02:00
pancake
7b4cbf6448 Fix #7217 - Properly implement the ss command 2017-04-10 13:17:38 +02:00
pancake
c4a214e87b Implement radiff2 -e 2017-04-10 13:01:42 +02:00
pancake
fb47d2ce74 Initial implementation of extracting class info from symbols 2017-04-10 12:52:42 +02:00
pancake
1cf650aceb Implement ad4 and ad8 commands 2017-04-10 02:18:47 +02:00
pancake
33e84a9c1a Fix w32 build 2017-04-10 01:52:27 +02:00
pancake
cda1873ee7 Fix linux build 2017-04-10 01:37:56 +02:00
pancake
45889c7307 Implement Pn+, and fix bugs (thx clang-analyzer)
- Update SDB (use memmove)
- Fix garbage read in capstone x86 and lm32
- Add UT16/32/64_ALIGN macro for proper (ut16*) allocations
- Add Pn+ command
2017-04-10 00:49:02 +02:00
alvarofe
0bb94293c3 Another fix up due to r_debug_pid_new change 2017-04-10 00:44:42 +02:00
alvarofe
114974232e Fix compilation error 2017-04-10 00:43:06 +02:00
alvarofe
b5088dae10 Fix regression in elf 2017-04-10 00:38:54 +02:00
alvarofe
e1c89440b3 Fix #7086 - plt calculation with partial relro elf 2017-04-10 00:22:48 +02:00
pancake
94d85cad32 Fix #7213 - Retrieve UID on XNU and Linux for RDebugPid 2017-04-09 23:41:32 +02:00
Marc
35c87e9192 Parse symbols and imports for the NRO file format 2017-04-09 23:04:10 +02:00
pancake
870bb924da Fix memleak 2017-04-09 18:57:33 +02:00
Khairul Kasmiran
1ef940c92d Proper colors when asm.filter=false 2017-04-09 18:54:22 +02:00
pancake
7569205bd7 Fix iHj 2017-04-09 18:19:04 +02:00
pancake
99c0151a2d for(int is not valid C 2017-04-09 17:45:51 +02:00
J. Gonzalez
5ec6cde48b Fix spelling of 'Lua' (from 'LUA')
Lua is not an acronym.
2017-04-09 10:21:23 +02:00
Duncan Ogilvie
9f05ffceeb implemented r_sys_getpid on Windows 2017-04-09 10:09:45 +02:00
Duncan Ogilvie
7d332aaf3d correctly handle I.buffer==NULL in r_cons_push.pop 2017-04-09 10:09:45 +02:00
Duncan Ogilvie
1d924734fd properly implemented r_th_kill/start/wait/free on Windows 2017-04-09 10:09:45 +02:00
Duncan Ogilvie
75a7d708a4 fixed threading implementation on Windows 2017-04-09 10:09:45 +02:00
Khairul Azhar Kasmiran
a064acd9e6 Not showing instr cmts for data (asm.cmtright=true) (#7221)
* Not showing instr cmts for data (asm.cmtright=true)

* Fix for current tests
2017-04-09 00:53:55 +02:00
Pepe Vila
b4717e76a7 WASM bin initial support (#7220)
* WASM bin initial support

* Fix version number
2017-04-09 00:53:35 +02:00
pancake
2b43893eb1 Fix RCons regression causing entry0 to be printed on start 2017-04-09 00:29:44 +02:00
pancake
2021f4985d Add to field in axfj 2017-04-08 23:56:36 +02:00
Duncan Ogilvie
bf15457b96 Include debug symbols in windows releases 2017-04-08 00:54:41 +02:00
pancake
d031b7f130 Implement reentrant thread locks in RThread and use them in core.cmd() 2017-04-08 00:52:49 +02:00
pancake
c1d47318f8 Avoid global insn in x86.cs to avoid crash when multithreading 2017-04-08 00:52:25 +02:00
pancake
04304e2ca1 Fixes for rcons_push/pop 2017-04-08 00:26:28 +02:00
pancake
61040238c8 Fix #6338 - Add asm.varsum to show variables summary instead of full var list 2017-04-07 21:09:33 +02:00
pancake
683a5cc4e0 Fix #7061 - Implement di* command 2017-04-07 20:32:28 +02:00