pancake
|
11220f0c17
|
Add missing header defintions for r_io_wundo_apply|_all
|
2014-12-22 02:27:05 +01:00 |
|
pancake
|
d92c4960bf
|
Fix /E 1 crash
|
2014-12-22 02:01:52 +01:00 |
|
pancake
|
be88fbd145
|
Add more cached dll ordinals
|
2014-12-22 01:55:17 +01:00 |
|
pancake
|
045a1ee387
|
Disable self:// in sandbox mode
|
2014-12-22 01:11:16 +01:00 |
|
pancake
|
55f0c74dd8
|
Avoid doing searchs when searching (thanks maijin)
|
2014-12-22 01:00:31 +01:00 |
|
pancake
|
3dd01a5514
|
Fix reloc ordinal resolution issue
|
2014-12-21 04:50:07 +01:00 |
|
pancake
|
0a5e666d10
|
Build DLL sdb ordinal-symbol databases
|
2014-12-21 04:38:25 +01:00 |
|
pancake
|
1d5ea4dd56
|
Enforce sandbox for ko/kd
|
2014-12-21 04:33:15 +01:00 |
|
inisider
|
f798918758
|
Add pdb usage markdown
|
2014-12-21 04:22:49 +01:00 |
|
pancake
|
ef69adb7f4
|
Better relocs in disasm and support reloc resolution by ordinal on PE
- Include OLEAUT32 and WS2_32 ordinal-symbol tables
|
2014-12-21 04:18:56 +01:00 |
|
pancake
|
c886531195
|
Implement 'ko' and 'kd' to open/dump Sdbs, Helpers for PE ordinal symbols
|
2014-12-21 00:55:38 +01:00 |
|
pancake
|
3976dc49d2
|
Fix previous commit memleak and handle <=N bwdisasm
|
2014-12-20 19:09:29 +01:00 |
|
Alvaro Muñoz
|
1763def25f
|
fix #1878
|
2014-12-20 19:03:54 +01:00 |
|
pancake
|
d6c46d4f55
|
Fix >-1 branch instruction analysis for arm.cs
|
2014-12-20 11:00:22 +01:00 |
|
pancake
|
0cb4c60c63
|
Fix r2 -C crash (thanks zlul!)
|
2014-12-19 20:58:38 +01:00 |
|
Alvaro Muñoz
|
c295e33c70
|
fix #1825
|
2014-12-19 20:52:16 +01:00 |
|
pancake
|
a300cb8fb1
|
Fix memleaks in disasm.c
|
2014-12-19 17:49:42 +01:00 |
|
pancake
|
d6d7a40f4f
|
Avoid reading when it is not necessary in pDj
|
2014-12-19 16:57:18 +01:00 |
|
Alvaro Muñoz
|
1cca39e3f6
|
fix #1863
|
2014-12-19 16:55:16 +01:00 |
|
pancake
|
f95d2ddd92
|
Update capstone (merges rex branch into next)
|
2014-12-19 16:50:35 +01:00 |
|
pancake
|
c8458d3379
|
Fix build
|
2014-12-19 14:59:18 +01:00 |
|
Jeffrey Crowell
|
0621f37d25
|
scoping of badstart was wrong
we couldn't find "middle of instruction" gadgets, now we can
|
2014-12-19 14:23:08 +01:00 |
|
pancake
|
5c8277cbf0
|
Update capstone
|
2014-12-19 14:15:58 +01:00 |
|
Jeffrey Crowell
|
908784fd08
|
remove duplicates of gadgets
|
2014-12-19 14:00:26 +01:00 |
|
pancake
|
9a5a39a804
|
Add oj and o* , to list opened files in JSON and r2 commands
|
2014-12-19 13:46:04 +01:00 |
|
pancake
|
af49b74b49
|
Fix #1866 - pf.a.b crash
|
2014-12-19 13:16:04 +01:00 |
|
pancake
|
39896c3488
|
Fix w32 build
|
2014-12-19 13:01:44 +01:00 |
|
pancake
|
17b06b7cbe
|
Add loop , show fd after o and fix int (x86.cs)
|
2014-12-19 12:18:25 +01:00 |
|
Skia
|
58375097ae
|
Fix coverity pf leak by cleaning the function up
CID fixed:
1258915
1258912
1258911
|
2014-12-19 12:02:10 +01:00 |
|
Jeffrey Crowell
|
a27c6a4df3
|
remove overlapping gadgets
in places where there are 2 stop gadgets very close to each other, it is
possible that both will be found in one "gadget" this will preven that.
|
2014-12-19 10:42:18 +01:00 |
|
pancake
|
559c2cd25a
|
Add '!' inside '#!' and make r_core_editor accessible from r_cons_editor.
|
2014-12-19 03:17:28 +01:00 |
|
pancake
|
db3d5902e3
|
Implement 'op' command to open a new native plugin
Fixes some autocompletions
|
2014-12-19 02:08:58 +01:00 |
|
pancake
|
6fc168a5a0
|
Refactoring ROP search to be a bit closer to <78 cols
|
2014-12-19 01:25:46 +01:00 |
|
pancake
|
02d69d72f0
|
Fix build
|
2014-12-19 00:22:39 +01:00 |
|
pancake
|
68955c2d46
|
Handle ^C in /R and /R/
|
2014-12-18 22:38:12 +01:00 |
|
trndr
|
6706fb7c7b
|
Add mips cs esil SRAm SRLV, SRL, SLLV, LBU, STLU
|
2014-12-18 21:47:54 +01:00 |
|
trndr
|
e38dc3157b
|
Remove mips cs esil shorthand expressions
|
2014-12-18 21:47:54 +01:00 |
|
Alvaro Muñoz
|
de94f88a0b
|
fixes to disasm.c
|
2014-12-18 13:13:01 +01:00 |
|
Jeffrey Crowell
|
64268908b6
|
ban .byte instructions in rop search
formatting
fix the search in rop
|
2014-12-18 10:52:15 +01:00 |
|
Jeffrey Crowell
|
b1bd248cef
|
ban .byte instructions in rop search
formatting
|
2014-12-18 02:27:58 +01:00 |
|
Jeffrey Crowell
|
dafe3c42a2
|
Make ARM/MIPS have less duplicate gadgets
also remove "invalid" gadgets
|
2014-12-18 01:55:53 +01:00 |
|
Jeffrey Crowell
|
1093c7528a
|
don't mark gadgets that look past the stop addr.
|
2014-12-18 01:55:30 +01:00 |
|
pancake
|
64e9254b82
|
Fix #1840 - Fix formating for type Java CP values
|
2014-12-18 01:54:04 +01:00 |
|
pancake
|
49446b27c0
|
Fix #1848 - crash in dex parsing
|
2014-12-18 01:17:16 +01:00 |
|
Alvaro Muñoz
|
81ec413537
|
fix json output
|
2014-12-18 01:10:55 +01:00 |
|
Alvaro Muñoz
|
e8b5b9b517
|
avoid re-reading on every instruction disassembly for pXj
|
2014-12-18 00:29:43 +01:00 |
|
Alvaro Muñoz
|
73980bf617
|
Disasm fixes, fix backward disasembly, make pdj not behave as pDj
|
2014-12-18 00:29:31 +01:00 |
|
pancake
|
628301c56f
|
Fix #1849 - sym.main is not lost anymore
|
2014-12-17 23:27:19 +01:00 |
|
pancake
|
c42056228d
|
Define LC_ENCRYPTION_INFO_64
|
2014-12-17 13:56:21 +01:00 |
|
pancake
|
e831b14a15
|
Fix #1850 - Call cmd.hit on /m
|
2014-12-17 12:41:51 +01:00 |
|