Commit Graph

6309 Commits

Author SHA1 Message Date
pancake f6bb048a37 Fix S= asterisk mark 2014-11-06 23:06:51 +01:00
pancake 2ca4ef7cc1 Fix #1641 - Check $CC ASAN support 2014-11-06 22:30:24 +01:00
Fedor Sakharov fa64e18391 Do not ignore UNDEF symbols
Fixes #1542
2014-11-06 18:06:32 +01:00
pancake fb62b2558d Fix off-by-one in 'ad' command 2014-11-06 16:58:30 +01:00
pancake e0ee4edb10 Fix xrefs code analysis issue on x86.cs (and probably other anal backends) 2014-11-06 16:01:00 +01:00
pancake 6e5b360e00 Handle flag resolution in RAsm.num from RCore.num 2014-11-06 15:13:11 +01:00
pancake 6be32c106c Bump iOS pkg revision 2014-11-06 12:18:18 +01:00
pancake 35ae7f0463 Fix crash in <tab> (thanks asan) 2014-11-06 12:03:06 +01:00
pancake 2aae2ad42b Remove unnecessary workaround sleep for Darwin debugging 2014-11-06 12:02:31 +01:00
pancake 619e443e7e Update for iOS 8.1 SDK 2014-11-06 11:57:51 +01:00
pancake 6ef9165f39 Enable asm.cmtright when scr.responsive=1 2014-11-06 11:11:51 +01:00
pancake 6dab56e866 Fix cmd.hit core->block not updated 2014-11-06 10:47:30 +01:00
pancake cc860ced0b Handle immediate memory references from capstone 2014-11-06 03:13:47 +01:00
pancake 8c43eddaa2 Honor io.va and scr.width in S= 2014-11-06 03:02:38 +01:00
pancake 0142915fb7 Minor code cleanup for the elf parser 2014-11-06 02:12:55 +01:00
pancake 350b13f980 Fix another fuzzed crash in the ELF parser 2014-11-05 23:24:43 +01:00
pancake 5651a8bf85 Fix another boundary check fail in ELF's strtab 2014-11-05 23:19:14 +01:00
pancake 2674032486 Fix another crash in the ELF parser (nightmare) 2014-11-05 22:52:53 +01:00
pancake 5870b6376c Fix strtab read overflow null-terminating all strtab copies 2014-11-05 22:49:43 +01:00
pancake cf9880568e Fix oob read in ELF 2014-11-05 22:36:10 +01:00
Fedor Sakharov a08b8833a4 Recognize symbols with type SECTION 2014-11-05 22:29:51 +01:00
pancake 89d4ff828f Fix rabin2 -c elf regression crash (thanks maijin for reporting) 2014-11-05 19:23:37 +01:00
pancake 842b8db4f3 Fix more crashes in DWARF and ELF 2014-11-05 17:15:22 +01:00
pancake 8b86030130 Fix all warnings in the ELF parser 2014-11-05 17:07:56 +01:00
pancake 0764d0bc15 Fix two crashes in the ELF parser 2014-11-05 17:02:08 +01:00
LemonBoy f990b078a8 Make the elf parser use the phdrs and the DT_DYNAMIC contents 2014-11-05 16:33:34 +01:00
d0p 5bdbfd240a Fix compilation error on OS X 10.7.5 (undef symbol)
Shared libraries and bundles don't have direct access to environ. Use
the _NSGetEnviron() routine to retrieve the address of environ at
runtime. See "PROGRAMMING" section of ENVIRON(7).
2014-11-05 16:16:27 +01:00
pancake 7b7256d340 Remove boundary checks to fix regression, must redo the patch with more fuzzing 2014-11-05 16:11:01 +01:00
LemonBoy 9dd90c2133 Make the elf parser use the phdrs and the DT_DYNAMIC contents 2014-11-05 16:01:06 +01:00
skuater 430ef8d5fe Hardware breakpoints working 2014-11-05 13:10:18 +01:00
pancake b158a7a63b Fix rabin2 -z regression 2014-11-05 09:46:11 +01:00
pancake 3d3c5a3a14 Fix a fancy crash in the ELF parser 2014-11-05 04:20:35 +01:00
pancake f8595e9abd Fix crash in ELF parser 2014-11-05 03:16:22 +01:00
pancake 1ec7c21ed0 Fix regression in symbol names. 2014-11-05 02:59:15 +01:00
pancake f492ba59a2 Fix infinite loop in dwarf parser 2014-11-05 02:51:05 +01:00
pancake 7af9bf009a Fix some more crashes for the Java CLASS and XBE RBin parsers 2014-11-05 02:09:00 +01:00
pancake 67d92749fe Fix a crash in the ObjC name demangling 2014-11-05 01:51:50 +01:00
pancake 151cbf4d9b Fix some more out of buffer accesses in the java class parser 2014-11-05 01:43:23 +01:00
pancake dd131e15d0 Fix stack exhaustion bug in Java class parser 2014-11-05 01:31:33 +01:00
pancake e93b0727c2 Fix crash in Java CLASS parser 2014-11-05 01:21:05 +01:00
pancake 7904ff3058 Fix another crash in the PDB parser 2014-11-05 00:53:08 +01:00
pancake 86676f1a14 Initialize allocs in pdb.c to avoid some crashes in the parser 2014-11-05 00:49:23 +01:00
pancake b833c21948 Fix another off-by-one crash in rabin2 -z 2014-11-05 00:37:58 +01:00
pancake 561555a595 Fix r_str_nlen for trashed symbols 2014-11-05 00:32:55 +01:00
pancake 7eea922f35 Fix a tiny off-by-one in rabin2 -z 2014-11-05 00:17:48 +01:00
pancake f6440fc526 Fix several crashes in dalvik. Thanks nightmare! 2014-11-05 00:15:40 +01:00
pancake 3817068e17 Fix another tiny crash in mach0 2014-11-04 23:26:39 +01:00
pancake a93d1d496e Fix crash in mach0 parser 2014-11-04 23:22:05 +01:00
pancake cab0c6ae49 Fix crash in r_utf8_decode 2014-11-04 23:17:52 +01:00
pancake 37c8bccb11 Fix #1618 - Crashing java plugin with the sandbox thing 2014-11-04 22:30:36 +01:00