zlowram
b8c81d293f
Fixed r2pm and implemented -gu option ( #4988 )
2016-05-24 03:10:09 +02:00
gk
0461e567e9
Fix #4927 - Add rabin2 -qqz to list only strings (no offsets or sizes)
2016-05-23 22:53:40 +02:00
pancake
801b18c9d7
Fix bcl r2pm install issue
2016-05-23 20:16:28 +02:00
pancake
5fa0f2f7d2
Update many r2pm packages. still some more work to do
2016-05-23 19:04:21 +02:00
pancake
6385ebdd58
Fix psosvm and armthumb r2pm packages
2016-05-23 18:53:26 +02:00
pancake
2a39d78ed9
Fix r2pm unicorn packages
2016-05-23 16:20:57 +02:00
pancake
f900683419
Fix x86bea r2pm pkg
2016-05-23 15:41:33 +02:00
pancake
1f63bdc764
Initial import of the VC4 disassembler
2016-05-23 13:04:00 +02:00
pancake
be6030620e
Honor MAKE env var in r2pm
2016-05-23 12:58:33 +02:00
Sven Steinbauer
8da8ad740f
Cleanup fixes
...
* For commit comments and compiler errors
* Fixes for PR comments
* fix some "infer fixes" commits
Signed-off-by: Riccardo Schirone <sirmy15@gmail.com>
2016-05-23 11:25:44 +02:00
Sven Steinbauer
eef32d0260
First few fixes for infer scans
...
Fixes a few memleaks and several NULL dereferences
Signed-off-by: Riccardo Schirone <sirmy15@gmail.com>
2016-05-23 11:25:44 +02:00
pancake
3b7d4be902
Honor BINDIR in radeco, Add r2pipe-cs
2016-05-19 04:43:22 +02:00
pancake
7ea97d30d3
Fix bpf package
2016-05-19 04:26:46 +02:00
pancake
f933d584de
Fix mdmp r2pm package
2016-05-19 04:24:00 +02:00
pancake
5ec01b1414
Fixes for r2pm -i vala
2016-05-19 04:11:10 +02:00
pancake
4a5085acb0
Add keystone r2pm package
2016-05-19 01:24:50 +02:00
pancake
c967514443
Add support for quiet and json listing of rasm2 -L and e asm.arch=?
2016-05-19 00:38:33 +02:00
Gautier Colajanni
c812522522
Update r2pm installation of UI
2016-05-18 18:31:26 +02:00
pancake
ca73b22c02
Hint -A in -C for radiff2
2016-05-17 21:48:36 +02:00
pancake
2e06158c71
Handle -- in rarun2
2016-05-17 10:36:33 +02:00
pancake
a59bd2fad6
Update r2pipe-js, retdec and fix swf build
2016-05-16 23:55:03 +02:00
pancake
479449b23b
Fix r2pm retdec package to handle -i and -gi
2016-05-16 23:36:25 +02:00
pancake
d9cdd29268
Fix endian issue in crc16 and crc32
2016-05-16 02:08:59 +02:00
pancake
a2fb171a37
Add R2PM_WWWROOT, update www-t and add http.homeroot r2 var
2016-05-16 00:59:29 +02:00
pancake
411cad06e2
Update r2pm manpage and fix #4843
2016-05-15 23:54:47 +02:00
pancake
df2ce5cdcf
Initial support for r2pm -gi and -go, export HOME_PKG_CONFIG_PATH and R2VERSION
2016-05-15 23:43:15 +02:00
pancake
02161f0bb8
Add r2 -qv and update manpage
2016-05-15 23:19:06 +02:00
Anton Kochkov
33fd28192f
Fix Yara installation with r2pm
2016-05-15 22:57:47 +03:00
Rakholiya Jenish
502870f07b
list all encoders/decoders supported by woE/woD and rahash2 -E/-D ( fix #4851 )
...
list all encoders/decoders supported by woE/woD and rahash2 -E/-D (fix #4851 )
2016-05-11 22:25:54 +02:00
Maijin
6464e44a75
Fix #4834
2016-05-11 20:46:24 +02:00
SkUaTeR
75ea9cea3c
Fix w32 debugger
2016-05-11 13:09:40 +02:00
pancake
9a86edb6b3
Use '0' in visual to seek at the beginning of the function and fix r2 -AAAAA
2016-05-11 04:25:16 +02:00
Sven Steinbauer
b276795f1c
Add r2 -r ?
style output to rax2
2016-05-10 22:13:24 +02:00
Álvaro Felipe Melchor
b7cc6c04d7
LDID parse signature in mach0 binaries
...
* added iC command to show signature info
in the case of mach it shows entitlements
* added rabin2 -OC to get signature info from binary
* change swap to r_read_bleX new API
* change eprintf to r_cons_printf
* add const char in plg->signature
2016-05-09 23:42:28 +02:00
Damien Zammit
a68955c268
Fix rasm2 endian -e flag ( #4824 )
2016-05-09 15:24:01 +02:00
pancake
d651283c57
Fix #4813 - Use dbg.map when in r2 -d
2016-05-09 11:35:52 +02:00
Rakholiya Jenish
3019bb477c
Add support for punycode via woE and woD and rahash2
...
Also add aes-cbc support by getting IV from user
2016-05-07 12:31:13 +02:00
Damien Zammit
632dccc217
Remove LIL_ENDIAN macro and configure option
...
TODO: Remove other endian cruft from:
- hashing algs
- judy
- squashfs
- grub
- tms320
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-05-06 10:21:55 +02:00
Damien Zammit
af0a865d9f
WIP - Totally remove host endianness dependence
...
- Adds endian aware functions
- Removes references to host endian
- Uses binary detected endianness else tries LE and restricts by RAsmPlugin
- Fixes gdb debugger endianness when debugging BE qemu gdbserver
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-05-04 23:42:17 +10:00
pancake
6261fe32fb
bugfixes + testsuite for the Internal Swift demangler
2016-05-03 04:31:36 +02:00
pancake
8500509605
Add R_DEBUG in rasm2 -hh
2016-05-02 02:47:56 +02:00
Qwokka
8b0adb129a
Add "-m32" and "-m64" flags for cross compilation ( #4743 )
2016-05-01 18:33:13 +02:00
pancake
d4116d5c4f
Fix rabin2 -D
2016-04-28 02:02:16 +02:00
pancake
e9dc4ae89e
Fix #4695 - no prompt after r2 -qp
2016-04-26 19:11:11 +02:00
pancake
7e9c1db208
Honor r2agent -a in children
2016-04-25 23:09:39 +02:00
pancake
627e1a74a0
Fix ios-sign
2016-04-25 16:52:36 +02:00
pancake
3dc15adbe0
Oops, missing static build fix
2016-04-25 14:52:28 +02:00
pancake
3758b3a54a
Fix static/android build
2016-04-25 12:40:01 +02:00
Andrey Torsunov
1e910dca6c
Fix #4670 - Add checking of dbg.exitkills
in non-interactive mode
2016-04-25 12:46:24 +02:00
pancake
fafc626b55
Performance optimization for rabin2 (request vs all)
2016-04-23 00:47:00 +02:00