pancake
|
f1f83276ea
|
Fix static build with libbochs
|
2016-03-25 10:13:50 +01:00 |
|
pancake
|
b24ae8d05e
|
Simplify and fix build for shlr/bochs
|
2016-03-25 00:51:39 +01:00 |
|
pancake
|
32857e5fcd
|
Fix build
|
2016-03-25 00:26:55 +01:00 |
|
Álvaro Felipe Melchor
|
2cf64fbb8a
|
fix memory leak
|
2016-03-25 00:25:26 +01:00 |
|
pancake
|
434b8251e9
|
Many syntax, language, indent, naming fixes for bochs
|
2016-03-25 00:21:56 +01:00 |
|
skuater
|
c45fe4e1e7
|
Initial support for BOCHS (windows only for now)
|
2016-03-25 00:21:49 +01:00 |
|
Álvaro Felipe Melchor
|
2c70142294
|
Fix #4393
|
2016-03-25 00:18:48 +01:00 |
|
Darredevil
|
9c998618aa
|
Fix #4362
|
2016-03-24 23:06:50 +01:00 |
|
oddcoder
|
6919b58716
|
adding tk*
|
2016-03-24 22:48:59 +01:00 |
|
oddcoder
|
7c5a2ef97a
|
adding tl tl- tl-*
|
2016-03-24 22:47:42 +01:00 |
|
Aneesh Dogra
|
4562283f66
|
Rabin2 Xtr: Add error message if none of the plugins can extract bins from the file.
|
2016-03-24 22:46:35 +01:00 |
|
alvaro_fe
|
27459b7deb
|
fix latest covs
|
2016-03-24 20:43:33 +01:00 |
|
pancake
|
c451637967
|
Chop swift-demangle output
|
2016-03-24 16:27:00 +01:00 |
|
pancake
|
9d62ee0ddf
|
Fix m68k.cs disassembler issue, honor asm.cpu in anal.m68k.cs
|
2016-03-24 16:21:49 +01:00 |
|
Mizari
|
d6daa9d591
|
Fixed function calls for r_reg_set_bytes(reg,-1...)
|
2016-03-24 12:47:00 +01:00 |
|
HummyPkg
|
cbedd8fd33
|
Put esil discovered strings into strings flagspace
|
2016-03-24 12:46:21 +01:00 |
|
pancake
|
5ed68fbb72
|
Enhance swift-demangle support
|
2016-03-24 12:27:23 +01:00 |
|
pancake
|
8abcab79d3
|
Support xcrun swift-demangle for OSX
|
2016-03-24 00:49:43 +01:00 |
|
pancake
|
bf904374ef
|
Enhance icj
|
2016-03-24 00:41:56 +01:00 |
|
pancake
|
273b20294e
|
Add support for swift-demangle if found in PATH
|
2016-03-24 00:20:59 +01:00 |
|
pancake
|
90bc56dc43
|
Implement variable to get minimum map address
|
2016-03-23 22:42:02 +01:00 |
|
Kitsu
|
59fc9900f4
|
Added AES-128/192/256 with ECB mode to rahash2
|
2016-03-23 22:27:00 +01:00 |
|
Álvaro Felipe Melchor
|
80ef8540da
|
fix segfault ecp
|
2016-03-23 22:42:57 +01:00 |
|
HummyPkg
|
44d3e54c44
|
#4403 - Find more string references for MIPS and remove some false positives.
|
2016-03-23 22:19:42 +01:00 |
|
pancake
|
a00c916028
|
Fix #4404 - Fix ij json
|
2016-03-23 22:16:50 +01:00 |
|
pancake
|
71bd7719c1
|
Fix #4409 - eco segfault and implement ecp
|
2016-03-23 22:13:55 +01:00 |
|
Maijin
|
1a3e09d1e8
|
Save types in the project file
|
2016-03-23 09:08:26 +01:00 |
|
Evgeny
|
8e726d0376
|
#4395
|
2016-03-23 01:37:37 +01:00 |
|
Darredevil
|
c68887b067
|
Fix ESIL for x86 INC and DEC
|
2016-03-23 01:36:13 +01:00 |
|
pancake
|
f9a36d9da8
|
Fixes for the last commits
|
2016-03-23 01:35:20 +01:00 |
|
oddcoder
|
a17ff1546c
|
fixed bug with t-
see this is not the expected
[0x00000000]> q
[ahmed@localhost radare2-regressions]$ ./run_tests.sh t/cmd_types
[ahmed@localhost radare2-regressions]$ r2 -
-- Learn pancake as if you were radare!
[0x00000000]> "td union x{int x; int y; int z;}"
[0x00000000]> tk*
unsigned int=type
unsigned char=type
unsigned short=type
int=type
long=type
void *=type
char=type
char *=type
const char*=type
uint8_t=type
uint16_t=type
uint32_t=type
uint64_t=type
type.unsigned int=i
type.unsigned char=b
type.unsigned short=w
type.int=d
type.long=x
type.void *=p
type.char=b
type.char *=*z
type.const char*=*z
type.uint8_t=b
type.uint16_t=w
type.uint32_t=d
type.uint64_t=q
x=union
union.x=x,y,z
union.x.x=int,0,0
union.x.y=int,0,0
union.x.z=int,0,0
[0x00000000]> t- x
[0x00000000]> tk*
[0x00000000]>
now it is fixed
|
2016-03-23 01:19:49 +01:00 |
|
oddcoder
|
5383fd6772
|
adding tu for enums
+ indentation
|
2016-03-23 01:19:49 +01:00 |
|
oddcoder
|
e19501168a
|
Fix #3925
|
2016-03-23 01:19:49 +01:00 |
|
oddcoder
|
9c8253dd22
|
fixing type in sdbforce that lead to brocken t
|
2016-03-23 01:19:49 +01:00 |
|
pancake
|
cf7a751fc5
|
Fix #4367 - Honor pds [num-bytes]
|
2016-03-23 01:18:27 +01:00 |
|
pancake
|
e6011f0cc2
|
Fix #4367 - Implement pdsf and pdfs
|
2016-03-23 01:13:16 +01:00 |
|
pancake
|
bbbe3a2519
|
This should fix #4360 - not tested because t seems broken
|
2016-03-22 21:09:56 +01:00 |
|
pancake
|
b55601645b
|
Fix osx-pkg prefix for elcapitan
|
2016-03-22 19:24:25 +01:00 |
|
oddcoder
|
3c02f8ebca
|
Fix #4355
|
2016-03-22 17:10:28 +01:00 |
|
oddcoder
|
a918b21fc5
|
FIX #4358
|
2016-03-22 17:10:28 +01:00 |
|
Kitsu
|
55b0769c5e
|
Missed fix in f4618c0 of r_core_diff for proper compilation
|
2016-03-22 14:47:57 +01:00 |
|
pancake
|
f4618c0bbd
|
Remove radiff2 -CC because we already have -A, -AA, -AAA ...
|
2016-03-22 13:00:02 +01:00 |
|
pancake
|
a461bbc536
|
Fix #4304 - asm.filter for m68k
|
2016-03-22 12:45:05 +01:00 |
|
oddcoder
|
ad9d8fd0f1
|
Fix #4354
Fix #4354
fixing indentation
|
2016-03-22 11:49:40 +01:00 |
|
Mizari
|
59d614edf1
|
Added drw/arw command + r_reg_arena_set_bytes
|
2016-03-22 11:48:42 +01:00 |
|
pancake
|
0dcdab6d19
|
Fix #4279 - do not prefix fcn. in afn
|
2016-03-22 02:05:23 +01:00 |
|
pancake
|
ac96249a99
|
Set anal.autoname by default for now
|
2016-03-22 02:00:42 +01:00 |
|
pancake
|
f64cae4118
|
Fix #4374 - ags command to show simplified flowgraph
|
2016-03-22 01:55:37 +01:00 |
|
pancake
|
218ffda4f2
|
Do not autoname functions by default. Add e anal.autoname
|
2016-03-22 01:39:43 +01:00 |
|
pancake
|
895a966884
|
Do not diff function strings, increase memlimit
|
2016-03-22 01:31:10 +01:00 |
|