Commit graph

16361 commits

Author SHA1 Message Date
pancake
b07653dbe3 Fix #8751 - Infinite loop when a signal is received in the middle of a step-over 2017-10-31 14:28:08 +01:00
pancake
b791b37614 winedbg debugger is in fact io, hack this in r2's main 2017-10-31 13:36:40 +01:00
pancake
d31c4d3cbd Fix #8748 - Fix oobread on string search 2017-10-31 13:08:52 +01:00
Anton Kochkov
dc8cff2f4d Fix build 2017-10-31 19:42:33 +08:00
Anton Kochkov
09ecdd51b4 Add a few 8051 ESIL instructions 2017-10-31 19:32:16 +08:00
pancake
2e96943872 Fix last covs 2017-10-31 12:06:12 +01:00
pancake
99a62bc930 Implement /ca 2017-10-31 11:57:34 +01:00
Anton Kochkov
869feb48c3 Add support for Phar Lap TNT PL format 2017-10-31 18:18:53 +08:00
akil
adc90a6674 bad checking in build.sh (capstone.h) (#8762) 2017-10-31 11:09:20 +01:00
Anton Kochkov
56228aa5ec Add MZ/DOS to makefile 2017-10-31 15:15:05 +08:00
Maijin
e91c6fb96d Add dos and nest it with pe32 2017-10-31 08:02:59 +01:00
pancake
f91049c8c1 Fix infinite loop in /c 2017-10-31 03:12:11 +01:00
pancake
90d66a168b Fix #6852 - up lines are now more beautiful 2017-10-31 02:14:00 +01:00
pancake
140e26143d Fix #8514 - Implement /c/a and make /c/ work properly 2017-10-31 01:54:27 +01:00
Francesco Tamagni
c971176e41 Tweak fs.io
- fs_io_open: expects the io plugin to return the file size as an usigned int string
- fs_io_read: use name instead of path (because fs_io_open sets the name as absolute path) and require the io plugin to provide file contents as hex encoded string
- fs_io_dir: honor the type provided by the io plugin as a single char followed by a space in each line of the output
2017-10-31 00:22:33 +01:00
josediazfer
faf5d0094a Fix radare2 crashes when you execute aaT #8750 2017-10-31 00:20:26 +01:00
pancake
70e2980609 Aim to make travis happy with the ie/iee change 2017-10-30 23:16:53 +01:00
pancake
ade315c454 Only filter ie/iee when in verbose mode 2017-10-30 20:18:33 +01:00
josediazfer
c2b2ddfe4a Fix crash io system w32dbg (#8760) 2017-10-30 18:56:19 +01:00
pancake
0a1181515d Make constructor/destructors available only via rabin2 -ee (and iee in r2) 2017-10-30 18:31:01 +01:00
pancake
7eca86f578 Implement ELF constructors/destructors parsing 2017-10-30 16:20:00 +01:00
Khairul Kasmiran
ce42385b96 r_meta_del: removed unused str param 2017-10-30 23:01:46 +08:00
pancake
9a0b0fb74d Fix tms320 warnings 2017-10-30 13:35:30 +01:00
pancake
bdf5ef4da3 Fix two bugs in the mdmp loader (read overflow and double free) 2017-10-30 13:30:02 +01:00
pancake
de86371355 PDB_SERVER is now RABIN2_PDBSERVER 2017-10-30 12:46:33 +01:00
pancake
708c39a3d0 Fix regression in aav 2017-10-30 11:55:38 +01:00
pancake
fb558dfd5d Fix aav for fuzzed binaries with huge invalid sections 2017-10-30 02:41:48 +01:00
pancake
52102b0dd4 Parse constructors and destructors in MACH0 format and adjust cbin output
- Flags are now named entry0, entry1.init, entry2.fini, ...
2017-10-30 02:32:44 +01:00
pancake
6be27168a6 Make aav more responsive to ^C 2017-10-29 11:49:44 +01:00
pancake
c21ef1d61a Oops drop that if(0) 2017-10-29 11:37:58 +01:00
pancake
16432132bb Fix warning in dwarf.c 2017-10-29 11:37:14 +01:00
pancake
d254a772d7 Add anal.armthumb to make an specific aae test pass 2017-10-29 11:29:07 +01:00
pancake
5654f6edd7 prc now works without colors 2017-10-29 11:00:29 +01:00
soez
a39cff680a Fix #8737 2017-10-29 01:59:39 +02:00
Khairul Kasmiran
0b973e2816 Fixed crash in elf.c with 32bit r2 when shdr->sh_size > max size_t 2017-10-28 11:56:30 +08:00
pancake
2fd75e3063 Implement 'r2pm suicide' to self remove r2 from system and home 2017-10-27 00:38:15 +02:00
Maijin
b9b8f15c3f Fix #8651
Fix #8651
2017-10-27 01:58:43 +08:00
Khairul Kasmiran
7299e1113c Fixed uaf in meta_enumerate_cb 2017-10-26 21:33:44 +08:00
Maijin
7e9a97279e Fix convention in project 2017-10-26 13:28:12 +02:00
Alex Kornitzer
a6da4135ba mdmp: moved mdmp to the core from r2-extras 2017-10-26 11:25:11 +02:00
pancake
44ded3ff35 Fix #8743 - Crash in ELF version parser on 32bit systems 2017-10-25 18:09:24 +02:00
pancake
66ca846086 Fix aae (esil analysis) on mixed arm/thumb mach0 binaries 2017-10-25 23:37:58 +02:00
pancake
6705d2daaa Use r_anal_ref_add instead of r_core_cmdf 2017-10-25 23:00:32 +02:00
pancake
c6d0076c92 Fix #8731 - Crash in ELF parser with negative 32bit number 2017-10-25 18:00:11 +02:00
Khairul Azhar Kasmiran
e9ac4370a3 ds_print_meta_infos: continue if metas is null (#8739) 2017-10-25 17:42:24 +02:00
Khairul Azhar Kasmiran
4cfb06ef9c Consolidated deserialization of sdb val into r_meta_deserialize_val() (#8738) 2017-10-25 16:28:36 +02:00
pancake
2eb8af0b71 Fix recent memleaks found by cov 2017-10-25 16:20:26 +02:00
pancake
cd8e1037cd Fix #8721 - Implement /me 2017-10-24 18:15:40 +02:00
pancake
42d6345220 Raise the DM bar for DEX 2017-10-24 18:01:42 +02:00
pancake
22fe9106ec Fix #8734 - Optimize a loop in DEX from infinite to 3s 2017-10-24 17:54:01 +02:00