Commit Graph

1453 Commits

Author SHA1 Message Date
xarkes
c1a565e381 Windows environment fix 2017-06-19 15:51:07 +08:00
Adrian Pistol
3381ae974e Fixes to #7759 which I failed to push in. (#7766) 2017-06-18 02:45:37 +02:00
pancake
473c1ba28f honor-unsigned capstone patch has been merged upstream 2017-06-18 02:00:22 +02:00
Sajjad Pourali
efe373de18 add #include <stdlib.h> for free func (#7762) 2017-06-18 01:01:11 +02:00
Adrian Pistol
d8f5cdb11c io_gdb: gdb://host:port/pid support; Add gdbr_{attach,detach,detach_pid,kill_pid} to gdbclient. (#7759)
Try to activate extended mode; Attach helper function requires extended mode to actually do something.

Tries to attach to the given pid in io_gdb.
This isn't proper, but it's better than running into the two-pid-vals-no-sync issue.
2017-06-18 00:59:13 +02:00
Srimanta Barua
ba1bba5401 Speed up gdb considerably if gdbserver supports no-ack mode (#7763) 2017-06-18 00:58:38 +02:00
Srimanta Barua
040ea8cafd Bug-fixes for read/write mem (#7758) 2017-06-17 03:02:05 +02:00
xarkes
675fa9b9ff Windows fixes and fix graph tests 2017-06-16 21:18:50 +02:00
pancake
0b4eb1740c Update the capstone-x86-unsigned patch 2017-06-15 10:07:20 +02:00
Srimanta Barua
fe6372339d Corrected gdbserver register-setting 2017-06-14 15:38:10 +02:00
Srimanta Barua
e5e860a3ea Added loading of offsets 2017-06-14 15:38:10 +02:00
Zohn_Z
76f0ce7c9f Several fixes for ragg2
* fixed some bugs in rcc_pushstr in egg_lang.c
* fix bugs when strings within ',' and strating with non-zero char
* fix some error fixes
* fix the segment fault when calling functions with arguments
* add support for directory in include
* make some little changes
* add support for include and alias
* add some debug eprintf
* fix wrong label bugs in "while" syntax and rename some label
* fix odd syntax in "while" and "if"
* rename the labels
* add support for if\-else
* make some little changes for pretty print
* take a snapshot before writing confusing mathop
* finish mathop
* delete some unnecessary code in if-else frame to bypass test
* reindent all the thing
2017-06-14 15:35:29 +02:00
xarkes
46deac0dde Fixing appveyor build (#7735) 2017-06-14 13:45:48 +02:00
pancake
6c37a9aa10 Add serial support in RSocket for gdb:///dev/ttyUSB0:9600 2017-06-12 22:25:58 +02:00
pancake
966b6475c4 Fix warnings in rcons and update www-m 2017-06-12 17:20:34 +02:00
pancake
bda42cb592 Update the www-t 2017-06-12 15:33:21 +02:00
pancake
54150fa3db Fix last covs 2017-06-12 11:28:54 +02:00
pancake
65000a7fd9 Fix #7723 - crash in ext2 GRUB code because of variable size array in stack 2017-06-12 09:57:30 +02:00
Srimanta Barua
d81f369fa1 Fix gdb client packet size (#7703)
* Fixes for packet too long
* Proper escaping in packets and run-length encoding
* Removed old cache code
* Removed currently unnecessary code from client initialization
* Preparation for customized packet sizes
* Better packet-size configuration
* Minimum packet size (for AVR)
* mem_write too
* Corrections to packing code
* Was overcompensating for AVR. (pkt_sz = 16 => read_mem_len = 8)
2017-06-11 02:12:44 +02:00
pancake
aad2d70552 Fix some warnings 2017-06-09 03:22:18 -11:00
Sajjad Pourali
028099f185 fix an unimportant warning (gdbserver/core.c) (#7695) 2017-06-07 16:27:28 +02:00
pancake
608d10dc4b Fix grub warnings 2017-06-06 18:46:21 +02:00
pancake
90480d325b Fix last covs 2017-06-05 13:23:39 +02:00
pancake
796dd28aaa Fix ext2 buffer overflow in r2_sbu_grub_memmove 2017-06-05 12:38:39 +02:00
Srimanta Barua
ad764839b2 Initial breakpoints, step, and continue for gdbserver. Plus *started* talking to GDB (#7679)
* GDB doesn't crash when connecting to us anymore

* Added initial support for breakpoints, step, continue to gdbserver
2017-06-04 22:22:01 +02:00
Sajjad Pourali
347e72a8ad Remove Unused variable (bt) in tccgen.c (#7668) 2017-06-03 11:55:32 +02:00
pancake
b15b3d71fb Return early on grub-ext2 error 2017-06-01 19:17:15 +02:00
Francesco Tamagni
1c6ee8dd3a Honor cpu on anal_mips_cs and add/fix some mips64 instruction (#7643)
* Honor cpu on anal_mips_cs and add/fix some mips64 instruction
* Add mips2 capstone patch
* mips: add v2 cpu, remove 64v2, mips32/64 is default
2017-06-01 18:18:15 +02:00
Anton Kochkov
f4a2b07139 TCC - Saving types across sessions and add Arch/OS specific defines 2017-06-01 16:57:00 +02:00
pancake
9a21711c5d Fix #7650 - Division by zero in Ext2 code from Grub 2017-06-01 13:14:11 +02:00
SkUaTeR
dc7914644e Meson improvements 2017-05-31 13:38:47 +02:00
pancake
91daa516eb Fix build for android-mips 2017-05-30 19:39:22 +02:00
pancake
e16e42568b Release 1.5.0 - Codename RubyCup 2017-05-30 18:46:34 +02:00
SkUaTeR
0596c1c08e Meson shlr libs 2017-05-30 18:38:19 +02:00
pancake
75a71affe4 Update capstone from git 2017-05-29 21:51:48 +02:00
pancake
d6642b10dd Fix last covs 2017-05-29 21:50:57 +02:00
Srimanta Barua
0da8862a83 Add read reg/mem to gdbserver (#7625)
* bug fixes in client, and adding kill signal for server without multiprocess support
* commented out currently unnecessary packets sent by client
* Corrections to client kill signal code
* More functionality for gdbserver. Read regs and memory
2017-05-29 21:36:42 +02:00
pancake
5a90a375db Update cdb.h to make skuater happy 2017-05-29 21:23:19 +02:00
pancake
4ee963ee98 Fix some clang-analyzer issues 2017-05-29 15:01:11 +02:00
Sajjad Pourali
46ba923963 Fix Access of Unallocated Memory spp.h (#7623) 2017-05-29 14:17:46 +02:00
pancake
1b854be75e Add file.lastpath to fix regression in projects using malloc:// 2017-05-29 14:02:50 +02:00
pancake
5bf37c2bf7 Update sdb from git to make msvc happy 2017-05-29 12:44:04 +02:00
pancake
40b87865a8 Fix listing methods of classes in Java bins 2017-05-29 01:18:04 +02:00
pancake
6758e3753d Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
radare
49332a26ba Fix capstone x86 disassembler showing kernel addresses immediates 2017-05-25 17:10:23 +02:00
Srimanta Barua
06aae3080e Added kill signal for gdb client 2017-05-25 15:41:07 +02:00
pancake
582863189d Update sdb from git 2017-05-25 15:14:23 +02:00
pancake
3a262ba5d7 Fix file containing (null) issue in dwarf 2017-05-25 15:14:18 +02:00
pancake
9b44b6bb23 Fixes for the -lr_socket issue 2017-05-24 02:00:56 +02:00
pancake
9e19118eff Fix latest covs 2017-05-23 11:24:04 +02:00
Srimanta Barua
d3958f00e4 Initial stub for gdbserver support
* Renaming functions, reorganizing code, adding temporary hack for closing gdbserver
2017-05-22 19:37:48 +02:00
Raúl Peñacoba
435ecdef66 class.c: add missing free to avoid a memleak (#7549) 2017-05-20 23:04:26 +02:00
pancake
632e98eebb Update capstone from next 2017-05-20 12:30:18 +02:00
SkUaTeR
66628139d1 Add changes to compile more plugins with MSVC 2017-05-17 23:42:22 +02:00
SkUaTeR
7d7c9cb5a7 More fixes in shlr for MSVC 2017-05-16 20:14:39 +02:00
SkUaTeR
28f785daa0 MSVC compile correctly (WIP) 2017-05-13 00:42:00 +02:00
SkUaTeR
1b5a746786 add more fixes to msvc build (#7468)
* add more fixes to msvc build

* more fixes
2017-05-10 22:12:49 +02:00
pancake
1c0638c959 Update capstone from next after confirming test3 was ok 2017-05-10 19:51:09 +02:00
pancake
ad54e9ddf1 Refix mingw32 build 2017-05-10 00:34:05 +02:00
SkUaTeR
beb80cfc16 Fixes for MSVC 2017-05-09 23:53:20 +02:00
pancake
69b4c61b8a Fix mingw32 build 2017-05-09 22:57:47 +02:00
xarkes
926f024909 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
pancake
c69b39798a Fix uninitialization issues in capstone 2017-05-09 14:18:17 +02:00
pancake
098318211f Fix clone branch issue in capstone.sh when selecting non-next 2017-05-08 00:35:27 +02:00
Srimanta Barua
a4d4002ce0 Reorganized shlr/gdb in preparation for gdbserver 2017-05-07 11:53:17 +02:00
pancake
c9995d034c Upgrade capstone-next 2017-05-07 11:47:23 +02:00
pancake
ccc93739ff Update capstone from git 2017-05-04 23:30:28 +02:00
pancake
60f9667654 Remove support for bjam build system
- Delete all Jamroot files
2017-05-02 05:48:40 +02:00
pancake
8edc242324 Remove judy and libzip unused code 2017-05-02 05:34:05 +02:00
pancake
fa671b9a16 Initial support for the Meson build system
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00
pancake
96cae18de6 Update to sdb-0.12 fixing some mem issues 2017-04-28 14:48:01 +02:00
pancake
96a6bd7d8f Update SDB from git fixing several vulns 2017-04-28 02:04:18 +02:00
pancake
0551d780af Update capstone from git and remove two undefined behaviour patches 2017-04-26 11:24:51 +02:00
Michael Scherer
0e69dfbb56 Do not fail if vFile:fstat is not implemented on the remote side
See handle_vFile in ./gdb/gdbserver/hostio.c in gdb git, and the documentation
https://sourceware.org/gdb/onlinedocs/gdb/Host-I_002fO-Packets.html#Host-I_002fO-Packets

         An empty response indicates that this operation is not recognized.

vFile:fstat is not supported by gdb 7.6.1, shipped on RHEL 7, for example.
2017-04-21 10:08:18 +02:00
pancake
d692bfb37a Fix undefined behaviour issue in capstone-x86 2017-04-20 16:46:02 +02:00
pancake
f52b27e2ec Update spp to reduce global symbols 2017-04-20 14:12:36 +02:00
pancake
f0d9c9bd5a Fix capstone patch and update spp to fix an underflow 2017-04-18 01:27:36 +02:00
pancake
985e164d1c Fix underflow access in capstone tms320c64x disassembler 2017-04-18 01:21:47 +02:00
pancake
16c73edfa5 Fix 3 null derefs and two overflows in java 2017-04-18 01:16:07 +02:00
pancake
ffe0da0fa1 Fix many more clang-analyzer null derefs and overflows 2017-04-18 00:38:24 +02:00
pancake
35fd1894f3 Fix oobread in libzip 2017-04-18 00:36:18 +02:00
pancake
b22656289e Fix undefined variable bug in capstone
Ref https://github.com/aquynh/capstone/pull/893
2017-04-17 23:41:14 +02:00
pancake
54f6efddde Upgrade capstone-next to get tms320c64x support and more fixes for SFC 2017-04-17 23:37:04 +02:00
pancake
a66cc10d46 Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
pancake
e641318973 Fix a bunch of bugs reported by clang-analyzer 2017-04-17 19:59:14 +02:00
pancake
08d824824e Fix build 2017-04-15 13:29:27 +02:00
pancake
fd8c64f7bb Update capstone from git 2017-04-15 13:08:47 +02:00
pancake
47d90a9842 strdup g->data in qStatus 2017-04-12 03:51:45 +02:00
pancake
3081163a9e Fix two java crashes 2017-04-11 19:18:14 +02:00
pancake
65776308c9 RAR disassembler and bin plugin moved to radare2-extras 2017-04-11 13:53:58 +02:00
pancake
c1592008a0 Fix #7231 - cant connect and read memory with gdb:// 2017-04-10 17:32:07 +02:00
pancake
a8106859a5 Fix crash in gdb:// 2017-04-10 17:00:26 +02:00
pancake
45889c7307 Implement Pn+, and fix bugs (thx clang-analyzer)
- Update SDB (use memmove)
- Fix garbage read in capstone x86 and lm32
- Add UT16/32/64_ALIGN macro for proper (ut16*) allocations
- Add Pn+ command
2017-04-10 00:49:02 +02:00
Raúl Peñacoba
1450deba84 asm: Add missing free() (#7201) 2017-04-02 22:58:51 +02:00
alvarofe
1d8ffe7ee6 Bump latest sdb fixing some issues 2017-04-02 12:14:49 +02:00
pancake
a6fee9b791 Update www-m from git 2017-03-30 11:42:00 +02:00
alvarofe
5c820132f6 Bump sdb e24f06002d15209f561d0d3234250a177613e872 2017-03-27 21:32:55 +02:00
Srimanta Barua
e7909f008c Improve gdb remote debugging (#7027)
* Added bitflag structure for qSupported

* Get if process is attached/created and get file name

* Set process/thread id for subsequent 'g' commands

* Use strbuf instead of big buffer,started work on fstat

* Fix indent, brackets. Use bool instead of bitflags

* Minor fixes
2017-03-20 15:26:18 +01:00
xarkes
f5c67d8bdf Added custom tab to sdb json_indent function (#7050) 2017-03-19 21:34:30 +01:00
pancake
42f9d62a61 Update /m and /p to sync with |H 2017-03-19 02:29:55 +01:00
pancake
3290afc5a3 Update /p and /m with some fixes regarding scr.html 2017-03-19 01:35:21 +01:00
pancake
aef9bdd20f Update the material webui 2017-03-18 23:19:27 +01:00
pancake
e909762084 Update capstone to get BND prefix support 2017-03-18 10:35:41 +01:00
alvarofe
ea8e5688e3 Bump latest sdb 2017-03-15 23:26:03 +01:00
pancake
9a4a014e3c Update sdb and capstone 2017-03-13 14:59:00 +01:00
pancake
6eff81c201 Those ones too 2017-03-13 03:53:27 +01:00
alvarofe
bc901a752a Fix some crashes in classes.c (java) 2017-03-12 22:08:22 +01:00
pancake
6b515cae6a Fix #6921 - FPE on ext2 filesystem 2017-03-09 21:37:09 +01:00
alvarofe
6874c11be2 r2-indent shlr/java/class.c 2017-03-09 00:00:09 +01:00
alvarofe
9ef422090d Fix oob read in java 2017-03-08 23:57:31 +01:00
alvarofe
c81606e6eb Bump SDB 2017-02-28 23:32:01 +01:00
alvarofe
1f60e30807 Bump sdb a0ae5997a09a0bf05638ebb1540193859a5a3769 2017-02-28 20:41:44 +01:00
pancake
6c610494d1 Update capstone from -next 2017-02-28 00:01:16 +01:00
Maijin
266eee75ae Fix #6560 Unify Windows/Win32 define 2017-02-26 16:51:03 +01:00
alvarofe
b1a692b695 Bump sdb to fix null dereference 2017-02-24 23:42:17 +01:00
pancake
639fda0681 Update capstone 2017-02-21 11:52:02 +01:00
pancake
b7c192af29 Fix #6821 - Use (void) instead of () 2017-02-20 12:38:10 +01:00
pancake
93eb47ccac Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
pancake
54176fb2c0 Update spp and build it with -fPIC 2017-02-11 12:50:38 +01:00
pancake
ca45d7d869 Drop include that was conflicting in msys2 2017-02-09 00:03:36 +01:00
pancake
c76baa3036 Update capstone (remove the fix-warns patch) 2017-02-06 15:20:37 +01:00
pancake
32a38d7c9b Remove the use of -ggdb 2017-02-01 22:32:11 +01:00
zonkzonk
56366df728 Removing path in shell redirections 2017-01-31 22:13:32 +01:00
Anton Kochkov
e9c2d22da9 Fix windows detection in headers (#6557) 2017-01-25 11:30:16 +01:00
pancake
d0fc86cd6d Update capstone from git (fixes for 68k, arm and x86) 2017-01-24 12:54:31 +01:00
pancake
2e758020d3 Two more fixes for emscripten 2017-01-19 23:55:16 +01:00
pancake
41602c4212 Fix android build 2017-01-18 13:46:39 +01:00
pancake
cda09fa67f Honor home WWW path when in sandbox mode 2017-01-16 11:09:12 +01:00
pancake
6ef17225de Fix warning 2017-01-16 01:55:03 +01:00
pancake
9e206a4324 Speedup capstone cloning 2017-01-16 01:36:37 +01:00
Paul Fertser
d9d64b6cac gdb: use simple packets instead of vCont for single-threaded (#6409)
When debugging a single-threaded application via GDB Serial protocol
some GDB servers (notably OpenOCD) do not support vCont command, so
neither step nor continue work. Even though current protocol
description deprecates plain "s" and "c" it does so only for
multi-threading cases.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2017-01-16 01:12:18 +01:00
Marc
f78f2b2b16 add haddr for Java entrypoints (#6510) 2017-01-15 23:50:45 +01:00
pancake
a2cb6b6647 Fix a bunch of pedantic warnings and drop exits in base85
* Define eprint() when no formatting is necessary
* Remove exit() from ascii85 when allocation fails
* Update capstone
* Return null instead of exit if malloc fails in r_str_word_get_first
* Update sdb with a bunch of pedantic warnings fixed
* Drop windows-style newlines from judy64na.c
2017-01-15 23:36:19 +01:00
pancake
2a83f21a3e Make gcc6 warnings happy 2017-01-15 22:02:57 +01:00
pancake
b70ac26f4a Add R_FREE define guards to skip some warnings 2017-01-15 19:12:29 +01:00
pancake
62e1edc01c Bump sdb to fix hash collision issues 2017-01-14 22:02:33 +01:00
Sven Steinbauer
87c992890c Fix spp issue #13 2017-01-10 13:57:12 +00:00
pancake
2b296e5d2b Fix tcc build 2017-01-09 17:12:06 +01:00
Khairul Azhar Kasmiran
dd34efe018 Allow multiple calls of cdb_init without leaking or failing (#6457) 2017-01-09 00:04:00 +01:00
Sven Steinbauer
f73fc431ae Add SPP coverity fixes (#6416) 2017-01-03 12:47:27 +01:00
pancake
cfb2564aeb Update capstone from git 2017-01-03 02:43:30 +01:00
pancake
bff0309e30 fileno seems to be problematic for some windows 2017-01-02 21:08:08 +01:00
pancake
f68fbc7771 Update SPP with latest cov fixes 2016-12-22 16:21:10 +01:00
pancake
1facb46ab6 Fix memleaks in zignatures and update spp 2016-12-19 21:39:50 +01:00
pancake
50d73d1547 Fix a lot of memleaks, null derefs and undef behaviour thanks to clang-analyzer 2016-12-19 16:44:51 +01:00
Anton Kochkov
1796fc422d Fix building of zip 2016-12-19 17:44:27 +03:00
pancake
b1d4e3ca1d Aim to honor O_BINARY to address hpce-2015-cw2 on zip 2016-12-19 15:34:45 +01:00
pancake
329e093192 Update spp from git and fix integration with rasm2 2016-12-19 03:07:52 +01:00
Sven Steinbauer
865267fc86 Add spp to r2 utils build (#6334)
Integrate SPP into rasm2 to parse asm files
2016-12-18 09:46:10 +01:00
pancake
3ca5f5f1f7 Fix #6327 - FPE (div-by-zero) in grub/ext2 2016-12-15 13:05:59 +01:00
pancake
2bcdb2536e Update capstone from next 2016-12-14 13:56:53 +01:00
pancake
3fa97e94cb Fix latest covs 2016-11-29 11:52:24 +01:00
pancake
3b35520e8f Update capstone from -next again 2016-11-23 10:39:04 +01:00
pancake
113fc640ea Cache asm.dwarf.* and clean warnings 2016-11-23 10:30:44 +01:00
pancake
9e8341e85c Release 1.0 - finally 2016-11-09 03:10:46 +01:00
pancake
ea5c83ce4e Fix a bunch of malloc(0) 2016-11-08 15:09:52 +01:00
pancake
e180f50039 Fix /index.html 2016-11-07 16:36:50 +01:00
pancake
1d2859b8be Update /m webui 2016-11-07 04:56:48 +01:00
pancake
76aa185813 Update capstone from git 2016-11-02 04:22:55 +01:00
pancake
8d37adc546 Fix all pending null-deref covs 2016-10-26 23:22:04 +02:00
Álvaro Felipe Melchor
5800b23e8f Fix #6034 - "fix" uaf in fcn_callconv
share ownership should be taken with care
2016-10-26 18:57:15 +02:00
pancake
7fb6a3c1ac Update www-m from git 2016-10-21 01:28:05 +02:00
pancake
be9df39f6f Fixed 40 null derefs reported by coverity 2016-10-20 15:02:25 +02:00
pancake
8cd132a3d0 Update /m from git 2016-10-20 05:03:27 +02:00
pancake
0811234588 Dont fuck with old capstone 2016-10-17 17:19:43 +02:00
pancake
5e00b6118f Bump capstone and update releasenotes.js 2016-09-27 02:59:30 +02:00
Álvaro Felipe Melchor
d3add04b5a Fix oob read 2016-09-24 02:14:53 +02:00
radare
ca732f05be Upgrade capstone from -next 2016-09-22 18:50:05 +02:00
Ahmed Mohamed Abd El-MAwgood
6c47f5a20d Basic merge of no return function with types db (#5774) 2016-09-20 21:54:44 +02:00
pancake
052ae7de4b Optimize ios build for size (7MB -> 2.8MB) 2016-09-20 11:19:01 +02:00
eazy-f
9347bf437e Add Win10 profile to WinDbg module (#5805) 2016-09-20 09:03:50 +02:00
Maijin
13ed2131ee Cleanup TODOs [ci skip] 2016-09-19 00:02:10 +02:00
pancake
b104e75dcb Shadow LDFLAGS and CPPFLAGS for the HOST build of SDB 2016-09-16 10:15:17 +02:00
pancake
b44ec9b3e3 Add =!pkt in gdb:// and other minor fixes 2016-09-14 13:11:04 +02:00
pancake
039d1fb7c4 sys/ios-static.sh generate easy-to-deploy tarball 2016-09-12 23:56:03 +02:00
pancake
c125f577e1 Revert "Upgrade capstone-next from git"
This reverts commit 547e98e1f4.
2016-09-12 22:41:21 +02:00
pancake
547e98e1f4 Upgrade capstone-next from git 2016-09-12 21:16:10 +02:00
pancake
496da56a9e Fix sys/ios-static.sh 2016-09-12 20:52:12 +02:00
BlueC0re
00d74d68e1 fixed array types in parsing routines + added special case for char[] (#5696)
Interpret char[] as char* in the pf format (use z instead of c).
2016-09-05 12:17:01 +02:00
Ben Cheney
4b9aeee4a1 Replace ${LIB} with lib in bochs Makefile (#5682)
r2 builds currently fail on Bash on Ubuntu on Windows due to the
${NAME} variable being defined in the environment (as the current
hostname), which meant that libbochs.a was being placed in an
unexpected location. This patch fixes the issue for BoUoW by replacing
use of the ${LIB} variable with a set value of 'lib'. It should be
noted that other build scripts (e.g. shlr/bochs/deps.mk) currently
assume that libbochs.a is located precisely at
shlr/bochs/lib/libbochs.a anyway (and as such, it is suspected that
the use of ${LIB} here may have been spurious to begin with).
2016-09-04 13:08:52 +02:00
pancake
36bc805692 Update www/m 2016-08-28 23:36:10 +02:00
pancake
25e75fc00c Update www-m from git (updated settings panel) 2016-08-23 19:27:03 +02:00
pancake
662d482708 Fix #5559 - Fix build of release capstone 2016-08-23 01:46:07 +02:00
pancake
24c2bf009e Update capstone and r2webui from git 2016-08-22 18:57:27 +02:00
pancake
c8fbe92cfe Update www-m from git 2016-08-20 12:27:04 +02:00
pancake
5d7cc088cd Update shlr/www from git 2016-08-18 14:25:06 +02:00
pancake
e1b94b8343 Update sdb to fix an overflow in the base64 decoder 2016-08-15 01:02:05 +02:00
pancake
f4f163afcb Update www-m from radare2-webui 2016-08-14 02:30:27 +02:00
Ahmed Mohamed Abd El-MAwgood
4f413e7720 initial support for type matching (#5480)
Enabling stepping over
Basic (sym.imp.*) call catching routines
Fixing esil tracing bug and verbosity
Adding some apis for handling function prototypes and abstacting sbd queries
Fixing the double execusion bug in esil tracing
passing types into vars for `stack`
fixing trailing spaces
doing the regester branch
doing the stack_rev
2016-08-13 12:09:14 +02:00
pancake
1f00004641 Update capstone from git 2016-08-13 11:43:44 +02:00
pancake
a7da94ba33 Update capstone from git 2016-08-11 11:31:44 +02:00
pancake
1447dc7522 Update termux 2016-08-06 12:22:52 +02:00
pancake
744fad6418 Port to Termux (Android-Debian environment) 2016-08-06 05:12:58 +01:00
pancake
8e45f6248c Fix #5425 - Code cleanup and refactor 2016-08-01 13:58:14 +02:00
Anton Kochkov
08c5adee04 Fix Mingw building [3] 2016-07-29 16:34:08 +03:00
Anton Kochkov
65e4ab058c Update sdb to 0.10.4 2016-07-29 15:51:36 +03:00
Anton Kochkov
56c82c799f Check only for mingw substring 2016-07-29 15:42:38 +03:00
pancake
850d8818f7 Update capstone from git 2016-07-25 21:29:08 +02:00
Maijin
22de895ef5 Rename CSR disasm/anal into XAP4 Fix #5355 2016-07-23 00:41:42 +02:00
Jeffrey Crowell
e65ceb5dee fix some memory leaks reported by coverity 2016-07-09 01:41:56 -04:00