Commit Graph

6364 Commits

Author SHA1 Message Date
pancake
ab1c7df80f New commands 'afm' and 'Vdj' (to merge two functions) WIP
* Update SDB from Git
2014-11-15 02:08:00 +01:00
trndr
386c1e753b Fix mips_cs esil. Fix esil bigendian memread. 2014-11-14 19:11:51 +01:00
pancake
f8586e686d Update SDB and remove wip sdb helpers from core-anal 2014-11-14 15:49:34 +01:00
pancake
9c6dc4ce2f Fix crash in x86.cs, handle ^C in /r and fix refptrs in disasm 2014-11-14 03:42:07 +01:00
pancake
4bb8a10390 Fix segfault in RAsm.fini and disable iter api for arm.cs 2014-11-14 00:40:24 +01:00
trndr
2ab0dce285 Fix bigendian pointer dereference 2014-11-13 18:38:48 +01:00
pancake
188bc3ec39 Enforce entry0 and main function names in 'aa' 2014-11-13 18:19:42 +01:00
pancake
6cc99f3fc4 Update capstone from git 2014-11-13 17:25:06 +01:00
pancake
17bb6ab675 Fix memleak in x86.cs using the iter api
- Remove unused custom alloc code
- Call plugin destructor in RAsm fini method
2014-11-13 17:21:06 +01:00
pancake
34341377f5 Use proper binmain address in 'aa' 2014-11-13 16:31:03 +01:00
pancake
36f3f50373 Fix fail address on x86capstone 2014-11-13 13:52:56 +01:00
pancake
48fa492f4f Add periodic table cheatsheet and update a2f a bit 2014-11-13 12:19:00 +01:00
pancake
07568e4f4c Make .a2f work (fix afbb and such) 2014-11-13 11:17:43 +01:00
inisider
ee1c3b4282 Initial support of pf structs for PDB
- some initial work for build format flag
- add comment with types that need to add
- refactor and support of pf structs
2014-11-13 09:41:20 +01:00
pancake
417cab4f93 Some more fixes for the disasm 2014-11-13 03:59:51 +01:00
pancake
6d4529ffbf Add core.anal plugin a2f command. Fix a bug in x86.cs, align comments at right 2014-11-13 03:36:48 +01:00
pancake
a8023c7b6f Bump for 0.9.9-git 2014-11-12 23:14:18 +01:00
pancake
de5919e1ca Fix auto-strings in disasm regression (thanks Newlog for noticing) 2014-11-11 18:06:20 +01:00
pancake
6ca2d1b1c7 Bump for 0.9.8 release 2014-11-11 03:24:04 +01:00
pancake
ed78c8e83b Fix android-mips build 2014-11-11 02:24:09 +01:00
pancake
83695edb04 Fix android-mips64 build 2014-11-11 02:14:19 +01:00
pancake
f8a7ec96ca Enhace the powerpc-capstone code analysis 2014-11-11 01:59:49 +01:00
pancake
e8321a7e71 More fixes for android-mips64el target 2014-11-11 01:30:54 +01:00
pancake
0dd75de2cb Initial support for android-mips64 target 2014-11-11 01:26:05 +01:00
pancake
68cbdcfe06 Fix #1664 - Cross reference not found by capstone analysis 2014-11-11 01:12:38 +01:00
pancake
9bb64f1a4c Enhace Capstone-SPARC code analysis 2014-11-11 00:46:46 +01:00
pancake
31e9406cd2 Fix android-x86 build 2014-11-10 19:46:19 +01:00
pancake
c7c57e01e8 Fix regression with quoted strings inside the disassembly 2014-11-10 19:26:09 +01:00
pancake
c8d1befac0 Fix w32 build 2014-11-10 17:20:29 +01:00
pancake
05fa313ebd Initial work on ppc-capstone branches 2014-11-10 17:09:02 +01:00
pancake
1d598cb926 Update capstone for sparc branches 2014-11-10 16:57:05 +01:00
pancake
2d454d0d36 Fix invalid disasm scrolling for memory aligned archs 2014-11-10 16:55:13 +01:00
pancake
c17488dbb0 more build fixes 2014-11-10 16:48:50 +01:00
pancake
2482d569e4 Use capstone sparc by default and better ppc disasm 2014-11-10 16:47:03 +01:00
pancake
af8326bd3d Use capstone by default for POWERPC and do some more fixes in anal 2014-11-10 16:22:09 +01:00
pancake
8e96721eb6 A bit better sparc.cs analysis 2014-11-10 14:49:21 +01:00
pancake
1bfc2e29ee Update capstone to fix x86-16 issue 2014-11-10 14:18:11 +01:00
pancake
c7e2edc6aa Remove reloc warnings from elf parser 2014-11-10 14:16:14 +01:00
pancake
36f66f07d7 Fix another elf crash thanks to melkor 2014-11-10 13:35:40 +01:00
pancake
7bafeeed00 Comment dead code from disasm.c 2014-11-10 13:26:03 +01:00
pancake
cd29612889 No ranal2 for this release 2014-11-10 11:39:43 +01:00
pancake
1341cd7b7a Fix build 2014-11-10 11:28:34 +01:00
pancake
208b6ce089 Switch to Capstone for ARM by default 2014-11-10 06:27:19 +01:00
pancake
293ba25765 Switch to Capstone for MIPS (instead of GNU) 2014-11-10 06:21:22 +01:00
pancake
068dcfd7a7 Switch to capstone by default for x86 2014-11-10 06:15:27 +01:00
pancake
17b89e3bf6 Fix #1345 - Cleanup some offensive fortunes 2014-11-10 06:04:46 +01:00
pancake
b298413192 Fix #1640 - Current ELF is passing all those orcs 2014-11-10 05:42:57 +01:00
pancake
954ee2d607 Fix #1563 - Display bug on izz | more and izz |less 2014-11-10 05:39:17 +01:00
pancake
122aab8288 Do not printf nulls in cmd_info referer 2014-11-10 05:17:25 +01:00
NighterMan
8ae8926b02 JSON output support for ls cmd 2014-11-10 05:03:11 +01:00