pancake
0342ce3fe0
Fix r2 -q0
2015-04-16 04:06:02 +02:00
pancake
5187d37c13
Fix latest covs
2015-04-15 12:13:50 +02:00
pancake
c7a4b978d1
Fix w32 build
2015-04-15 02:16:18 +02:00
Álvaro Felipe Melchor
788a7f998d
write the same info in normal as in json
2015-04-15 01:47:47 +02:00
AntonDevil
8737ad2b65
Implementing version info parse
2015-04-15 01:44:17 +02:00
Maijin
df71c0eadc
Update .travis.yml
2015-04-15 00:47:16 +02:00
Maijin
e38ad895c0
format.pdb
...
format.pdb
2015-04-15 00:37:24 +02:00
Maijin
bf7deda0eb
Enable asm.x86 in TRAVIS
...
Enable asm.x86 in TRAVIS
2015-04-14 21:23:59 +02:00
Álvaro Felipe Melchor
61fb2fdf63
Fix file/uri info
2015-04-14 17:15:46 +02:00
Álvaro Felipe Melchor
e23d5adb3a
Fix 2369 - move bits and endian from core to bin info
2015-04-14 17:15:46 +02:00
skuater
a853b35c8f
fix getmodules for windows process
2015-04-14 17:15:06 +02:00
pancake
997dda6e5b
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
pancake
ca6bfba159
Bump capstone to get proper Sparc branch disassembly
2015-04-14 10:01:56 +02:00
Jeffrey Crowell
df234f644b
fix visual mode rename functions:
...
fixes ?i test;?y
2015-04-14 01:33:24 -04:00
pancake
abd6516601
Ve honors the terminal height
2015-04-14 03:07:57 +02:00
pancake
941306936e
Bump capstone and sdb from git
2015-04-13 15:38:36 +02:00
pancake
70a677b850
Fix iOS package
2015-04-13 14:16:46 +02:00
pancake
a975876015
Fix OOB read issue in PE. Partial fix
2015-04-13 12:24:51 +02:00
Judge Dredd (key 6E23685A)
60f09a5ebc
fix possible memleak in cons less
2015-04-13 12:12:25 +02:00
David Kreuter
e0acc54fa0
i8051: implemented push, pop, djnz and ???
2015-04-13 10:57:13 +02:00
Jeffrey Crowell
7a9ac6ae54
coverifix!
2015-04-13 00:43:42 -04:00
pancake
46277a7ec9
Bump Cydia package version
2015-04-13 03:33:58 +02:00
pancake
a53c7249d9
Update build support for iOS 8.3
2015-04-13 03:27:24 +02:00
pancake
a0996f9549
Fix output of i
2015-04-13 02:45:24 +02:00
pancake
e56d7b1410
Handle =
as separator in the internal grep
2015-04-13 02:07:52 +02:00
pancake
c0c4dcf203
Implement #2366 - Restart webserver with =h* command
2015-04-13 02:02:07 +02:00
Álvaro Felipe Melchor
c9ba88136d
Fix java section perms
2015-04-13 01:34:05 +02:00
Álvaro Felipe Melchor
1baa130d6c
check sections perms
2015-04-13 01:34:05 +02:00
Álvaro Felipe Melchor
3f80c60357
updated
2015-04-13 01:34:05 +02:00
Álvaro Felipe Melchor
e858a7c00a
fix #1503
2015-04-13 01:34:05 +02:00
pancake
bbae76ce4d
Try to fix mips64 build
2015-04-13 01:16:01 +02:00
David Kreuter
e72ba5cc1e
Initial ESIL support for i8051 CPU
2015-04-13 01:07:50 +02:00
pancake
2aecde26d2
Tons of free candy. See details below:
...
- Fix arm-thumb ESIL for the SUB instruction
- Handle Java imports as symbols in code analysis
- Invoke Java instructions reference the imports now
- Fix 71 crashes reported by jn
- Affected bin modules: elf, mach0, java, te, pe, dex
2015-04-13 00:57:32 +02:00
jvoisin
44c7c7e3bb
(Re-)add the documentation for fs
in f?
2015-04-13 00:12:06 +02:00
jvoisin
33a8476df5
Close ' Add fs?
help. #2358 '
2015-04-12 21:38:01 +02:00
jvoisin
9f24fb98e9
Close issue #523
...
Implement 'pia' like 'pda' but with output like 'pi'
Handle scr.colors, because crowell is pedantic about this.
2015-04-12 15:36:30 -04:00
pancake
f9d6ff2f2b
Fix some travis warnings
2015-04-12 18:00:40 +02:00
Jeffrey Crowell
8755625348
clean up bwdisassemble
2015-04-12 11:58:58 -04:00
Jeffrey Crowell
1549cd84bb
fix pd -x for the last time?
2015-04-12 11:46:59 -04:00
Judge_Dredd
0ce2c0033c
cons less chop lines to terminal width
2015-04-12 16:12:02 +02:00
pancake
85ecbec926
Fix crash in fuzzed DEX file bins/dex/fuzz-loaduleb.dex
2015-04-12 16:00:11 +02:00
pancake
b66c6af24f
Rollback the NDK for arm,mips,x86 to kitkat, keep lolipop for arm64
2015-04-12 15:46:37 +02:00
pancake
acd5e4b999
Fix dalvik<->dex class and method name resolutions
2015-04-12 05:13:51 +02:00
pancake
120a9c4b29
Smarter dstfcn auto comment
2015-04-12 01:28:26 +02:00
David Kreuter
51b02796d6
Two bugfixes for register hooks
...
r_anal_esil_reg_write swallowed writes when a write hook was present, but returned zero which should signal that the hook was passive.
trace_hook_reg_read logged the values before considering the effects of other hooks. Also, failure of reg_read was ignored.
Also added a local variable in r_anal_esil_reg_read to remove the burden of null-check on third argument from [hook_]reg_read implementations.
2015-04-12 01:14:13 +02:00
pancake
4bfd019175
Fix other bugs in strpool
2015-04-12 01:12:54 +02:00
pancake
48dedef883
Fix #2355 - stringpool must honor length in realloc
2015-04-12 01:11:57 +02:00
pancake
65218eec09
Only show fcnnames in comments when its != than current one
2015-04-12 01:06:10 +02:00
pancake
b4e7960dc3
Bring back the local-flags/function-labels feature
2015-04-12 00:45:39 +02:00
jvoisin
34473357d7
Fix some compilation warnings
2015-04-12 00:06:38 +02:00