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
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
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
Sven Steinbauer
deb61ca804
Add mrc op for arm 32bit ( #7216 )
...
* Don't segfault if toomany operands
* Add mrc op for arm 32bit
2017-04-07 20:28:03 +02:00
pancake
73791b3d06
Implement opex for XCore and Sysz
2017-04-07 20:26:08 +02:00
pancake
a63e2a27af
Implement opex for m68k
2017-04-07 20:19:48 +02:00
pancake
c1d212dfc4
Implement opex for sparc and remove the % from the disasm
2017-04-07 20:11:01 +02:00
pancake
d7058fa8ac
Fix #7162 - Implement esil.stack.pattern
2017-04-07 20:00:19 +02:00
Roi Martin
1f4e2db1d5
Fix CID 1373364
2017-04-07 12:39:44 +00:00
pancake
66bd1e0f9c
Add f? command
2017-04-07 04:11:32 +02:00
Khairul Azhar Kasmiran
a3ac3c5dec
No LEA cmt if flag already in disasm ( #7212 )
2017-04-06 22:16:01 +02:00
pancake
04ad4dcf41
Fix #7211 - Escape strings in pair_str for JSON
2017-04-06 16:43:19 +02:00
Ren Kimura
9a1190c112
Add bp_plugin_del and dbh- command ( #7209 )
2017-04-06 15:59:19 +02:00
pancake
69a7e12239
Fix #7211 - escape filename in ij
2017-04-06 15:58:16 +02:00
HamZa
3caf671d67
json fcn type int to string ( #7208 )
2017-04-06 11:51:05 +02:00
lonetech
22389aebea
Fix radiff graph issue
2017-04-06 11:19:53 +02:00
Roi Martin
98f73f6b24
Remove r_config dependency from r_anal
2017-04-05 22:54:52 +00:00
Roi Martin
dae85e62ac
Use RList in refs zignatures
2017-04-05 22:36:39 +00:00
alvarofe
5326b2e9e1
Fix warning in io_null.c
...
I overlooked and did not notice that master and siol have different
signature for the same function.
2017-04-06 00:24:49 +02:00
Roi Martin
af896c500c
Use zign limits on matching
2017-04-05 19:15:57 +00:00
Maijin
b99eb501c5
Enforce space after @, fix Autcompletion "@" -> "@ "
2017-04-05 15:24:25 +02:00
pancake
668b56fabf
Revert "Fix some overruns in gnu-arm disassembler, there are more"
...
This reverts commit 3a400cae583ea250b36715a5048c0ff4b84a1e8e.
2017-04-05 15:10:30 +02:00
Roi Martin
337191c3e2
Fix mem leak in r_sign_match_offset()
2017-04-05 10:34:44 +00:00
Roi Martin
72e15ca51b
Add config var zign.mincc. Rename zign.{min,max} to zign.{minsz,maxsz}
2017-04-05 10:20:01 +00:00
pancake
3a400cae58
Fix some overruns in gnu-arm disassembler, there are more
2017-04-05 11:10:34 +02:00
pancake
01477c74f0
More coverities fixed
2017-04-05 10:59:37 +02:00
pancake
07e75df74c
Fix covs in core/blaze
2017-04-05 10:41:19 +02:00
pancake
a2afa236a2
Fix some null derefs and memleaks from coverity
2017-04-05 10:38:52 +02:00
pancake
bbc508b324
Move lua53 plugins to radare2-extras, available via r2pm
...
This reverts commit 16c2fd2fe4fcdd1b530d8792adc47dca666bd868.
2017-04-05 10:16:50 +02:00
alvarofe
737ca7ad81
Fix issue found while changing stuff in siol
2017-04-05 00:27:11 +02:00
Khairul Azhar Kasmiran
d9d839147e
Revert to old coloring for asm.filter'd flags ( #7192 )
...
* Revert to old coloring for asm.filter'd flags
* Fixed r_parse_filter output for pc relative addrs when color is involved
* Small fix to prevent oob memory access
* Proper handling if esc char not found
2017-04-04 15:00:21 +02:00