Commit graph

1117 commits

Author SHA1 Message Date
XVilka
5a6913e848 Improve -fPIC handling a bit 2015-10-09 19:48:16 +03:00
XVilka
381c9fbd6a Unify -fPIC handling, improve windows building 2015-10-09 18:58:03 +03:00
pancake
7f6659722e Update capstone and fix two covs in anal.x86.cs 2015-10-09 11:48:45 +02:00
gk
a39acdd25e Need -lutil for forkpty on *BSD, Android 2015-10-08 12:56:11 +02:00
pancake
58fd60b01d Fix cov, upgrade capstone 2015-10-07 13:08:23 +02:00
Anton Kochkov
0e4a161aea Do not use -MMD option in SDB for TCC 2015-10-07 01:42:34 +03:00
Anton Kochkov
82eed6f2a5 More standard C and TCC fixes 2015-10-06 01:29:26 +03:00
Anton Kochkov
811c493045 Move __attribute__(()) in the right place 2015-10-06 01:13:02 +03:00
Anton Kochkov
6204f2a59d Remove erringly written semicolon in structure 2015-10-06 00:46:44 +03:00
Anton Kochkov
06345462de Fix wind TCC and Mingw builds 2015-10-06 00:06:52 +03:00
Anton Kochkov
1b3f471920 Fix a typo for shlr/tcc compilation 2015-10-05 19:02:30 +03:00
pancake
afb96ab64e Two minor fixes for rabin2 -zzz and webui/m 2015-10-05 02:01:12 +02:00
pancake
ddc3de9c14 Add fix for the capstone x86-uninit-prefix bug 2015-10-04 23:47:54 +02:00
Kamil Rytarowski
a521fb9b9d Fix array subscript vulnerability
match.c: In function 'mycmp':
match.c:27:3: warning: array subscript has type 'char' [-Wchar-subscripts]
   if (tolower(a[i]) == tolower(b[j])) {
   ^
match.c:27:3: warning: array subscript has type 'char' [-Wchar-subscripts]

Problem caught on NetBSD.
2015-10-03 12:43:37 +02:00
pancake
1f3972b141 Update capstone from next 2015-10-03 12:39:33 +02:00
pancake
1f165c6012 Fix some compilation warnings 2015-10-01 18:33:37 +02:00
pancake
876a4052be Initialize stack register in 'aeim' 2015-10-01 12:04:58 +02:00
pancake
ff0e2724a1 Debugger, Write, HVSplit in material WebUI and more 2015-09-25 03:57:48 +02:00
pancake
7611525ca3 Avoid /m zoom in mobile browsers 2015-09-24 16:46:11 +02:00
pancake
cb6d71d6d5 More fixes in /m. Update .min files 2015-09-24 16:35:55 +02:00
pancake
6ae641477a Enhaced script panel in /m 2015-09-24 13:24:31 +02:00
pancake
cd767ccaf4 Fix Android build 2015-09-24 03:36:06 +02:00
raulsiles
a07056eaa4 Fixed message that says where radare2 has been installed (HOME/bin) 2015-09-23 16:27:06 +02:00
pancake
df0bd3afb0 windbg cleanup (-100LOC) 2015-09-23 16:17:19 +02:00
pancake
39abb5f89c Update capstone from git 2015-09-23 02:01:08 +02:00
pancake
5449c8d889 Update sdb from git 2015-09-23 01:56:05 +02:00
pancake
b39116d21c Fix build on Linux 2015-09-22 02:41:54 +02:00
pancake
3614547d74 Fix CVE-2015-2331 in libzip 2015-09-22 00:59:01 +02:00
pancake
f3ea9e63fe Fix cygwin build for capstone 2015-09-17 12:34:22 +02:00
pancake
b86bf19c85 Fix #3051 - Honor CFLAGS everywhere and fix some windows/android warnings 2015-09-14 20:43:11 +02:00
pancake
49975ccf95 Fix #3286 - Use stdbool.h 2015-09-14 02:08:31 +02:00
pancake
00c3342e04 Update capstone from git 2015-09-11 03:25:20 +02:00
pancake
da370f30aa make asm.esil.anal visible in /m webui 2015-09-10 04:42:50 +02:00
pancake
a5655dff9b A bit dsojson leak just to avoid a crash 2015-09-01 18:44:37 +02:00
pancake
7157cf92b7 Fix some covs 2015-09-01 11:24:09 +02:00
pancake
9c8c017f40 Fix #3192 - dsojson double free and code cleanup (-34LOC) 2015-08-31 21:58:59 +02:00
pancake
4322640635 Fix class method naming 2015-08-26 15:00:30 +02:00
Riccardo Schirone
eeef82c2b8 bin: use R_BIN_SCN_MAP flag when a section should be mapped by IO
- io/section: filter sections by looking at R_IO_MAP flag
- util/str: consider (m)apped flag when printing/parsing srwx info
2015-08-26 14:12:46 +02:00
jvoisin
8256955b59 Fix some gcc warnings 2015-08-24 21:29:12 +02:00
pancake
0b8f25e4f4 Update capstone from next 2015-08-24 17:31:09 +02:00
pancake
7c3ef24314 Delegate dmm logic into the native plugin.
- Add native iOS/OSX support to list modules
- Generic fallback used for the rest of platforms
- Update sdb to fix ~{}
- Fix ARM64 analysis typo issue
2015-08-24 01:29:35 +02:00
pancake
e774d332b7 Fix #3082 - Add support for MASM syntax in x86.cs 2015-08-21 15:29:37 +02:00
Anton Kochkov
1eb6dfa61e Add AVR in gdb:// 2015-08-20 01:58:02 +03:00
pancake
43f71e0c92 Update capstone, capstone-patches, sdb and some CFLAGS honoring fixes 2015-08-19 14:19:24 +02:00
jvoisin
145d8dd5ae Fix a few warnings 2015-08-18 16:21:21 +02:00
pancake
6ced6fa8b4 Refix binfile path issue and remove unused code in dsojson 2015-08-16 22:41:58 +02:00
pancake
7e22671ee6 Update capstone 2015-08-14 14:19:16 +02:00
pancake
8293f75ce9 Add temporary patch to fix capstone x86-16 issue 2015-08-13 20:20:06 +02:00
pancake
fa6f91895f Reverted capstone commit is conflicting, lets verify with latest changes 2015-08-13 16:55:58 +02:00
pancake
3981b48a7c Update capstone to fix the sparc segfault 2015-08-13 16:53:42 +02:00
pancake
270d283a38 Support SHELLs with spaces in path 2015-08-11 08:46:13 +02:00
pancake
b352d547f5 Optimize shlr/Makefile clean 2015-08-09 04:32:22 +02:00
pancake
1cfb22a9ef Fix #3019 - Fix tarball issue and optimize capstone updating 2015-08-09 04:28:31 +02:00
pancake
9e42daf8a6 MaterialDesign webui uses ScrollTo(0,0) on seek 2015-07-29 01:12:02 +02:00
pancake
fbdf0e8fde Fix some more COVs 2015-07-25 02:10:31 +02:00
pancake
6ae0417278 Updsate SDB to optimize dupped symbol checks in mach0 parser 2015-07-24 13:24:32 +02:00
pancake
6f171bcc7d Update capstone and sdb 2015-07-21 18:11:38 +02:00
pancake
d2233a896b Add de Debugger Esil API for advanced software watchpoints
- Implemented in r_debug_esil_* APIs
- Support for step-into and continue
- Expressions can be regs, numbers, math operations, ranges, comparisons..
- Honor dbg.prestep for stepping before or after analysing
- read-write-exec watchpoints using native debug backend and esil emulation
- OSX/iOS debugger error message is now nicer
- anal/rpnesil renamed to esil
- Add esi,edi in osx regprofile
- Add r_cons_is_breaked() for consistency
2015-07-21 06:11:42 +02:00
pancake
7e9c260254 Enhace the Material WebUI and add fs-. command,
- Rebumped Overview
  - Show info in columns
  - Show fortunes
- Handle Ctrl+[0-9]
- Analyze refs and show entire function from pd
- Search more stuff (magic,hex,rop,code,..)
- Script panel
- Lists using tables
2015-07-17 11:21:04 +02:00
pancake
c82507cc35 Bump for capstone-next 2015-07-15 16:58:33 +02:00
pancake
21e0b9c664 Search panel, clickable offsets and Up/Down buttons in material webui 2015-07-15 03:15:00 +02:00
pancake
0b4c400f98 Optimize the material webui 2015-07-15 02:18:03 +02:00
pancake
9e08fb0c26 Update sdb and fix shlr/sdb race condition 2015-07-15 00:52:23 +02:00
David Kreuter
c843e22843 CID 1229476 Unintended sign extension /libr/util/p_format.c 2015-07-15 00:39:07 +02:00
pancake
14b3efd25d Fix mingw32 crosscompiled build 2015-07-14 18:53:46 +02:00
pancake
e2c9783402 shlr/ build fixes 2015-07-14 12:50:36 +02:00
pancake
90529aa80b Some more appveyour changes 2015-07-14 00:44:09 +02:00
pancake
6183956770 Another build fixup 2015-07-13 17:29:12 +02:00
pancake
5fa95478f5 Update sdb and more rework for appveyour 2015-07-13 15:35:45 +02:00
pancake
9cc1c1b335 Update sdb and more rework for appveyour 2015-07-13 15:22:37 +02:00
pancake
bdfbc4f076 Fix several COVs, and build issues related to appveyour 2015-07-13 11:21:21 +02:00
pancake
a9e5043d14 Fix build 2015-04-02 18:35:04 +02:00
pancake
fe4eede143 More work for AppVeyour and fix build 2015-07-13 02:45:45 +02:00
pancake
fb96967c87 More fixes for appveyour 2015-07-13 02:29:53 +02:00
pancake
1dd327f9c1 Include libr/config.mk from shlr/Makefile 2015-07-13 01:54:21 +02:00
Jonathan Neuschäfer
ecf6792318 Fix #2927 and random code cleanups
- asm_dcpu16: remove an obsolete comment
  It was obsoleted in 5285d1bdea.
- Indentation fixes
- fix a few typos
- remove "#define NEW_ESIL"
- move comment about r_bin_filter_name to the right place
- README.md: Add V810 to the list of supported architectures
- Also, de-duplicate LH5801
- Add attribution to randomart.c, fixes #2927
2015-07-12 19:20:36 +02:00
pancake
3a63ed461a Aim to fix the appveyour build 2015-07-12 19:19:38 +02:00
Anton Kochkov
2ba692a373 Improve MSYS2 support: MinGW-W64 detection 2015-07-11 02:19:20 +03:00
pancake
ab7c399b38 Fix monospace font issues on the material webui 2015-07-10 17:20:17 +02:00
pancake
f90f947d07 Fix input in material console 2015-07-10 01:50:05 +02:00
pancake
bf22d53662 Material backgroundColor fixes for WebKit 2015-07-10 01:25:32 +02:00
pancake
a90a6db298 Fix Material console panel 2015-07-10 00:58:05 +02:00
pancake
85c9e89ef8 Add non-color mode for the material webui 2015-07-10 00:44:16 +02:00
pancake
5ce2e648bb Initial import of the new Material Design WebUI 2015-07-10 00:02:26 +02:00
Kamil Rytarowski
aa7edcda24 Remove redundant inclusion of ../../shlr/zip/deps.mk 2015-07-09 01:01:27 +02:00
XVilka
68252124ff Initial MSYS2 support 2015-07-08 17:14:48 +03:00
pancake
48b4c474dc Fix iOS build after the libzip "fix" 2015-07-06 17:38:45 +02:00
Pierre Pronchery
180322823e Fix build with --with-syszip 2015-07-03 12:40:54 -04:00
pancake
2dca4d636c Last capstone-next fixes that regression 2015-06-30 16:03:39 +02:00
pancake
7d15bfefe6 Rollback capstone, its broken again https://github.com/aquynh/capstone/issues/411 2015-06-30 11:56:20 +02:00
pancake
36762e36e2 Update sdb and capstone 2015-06-30 11:16:40 +02:00
pancake
d6cb2ae553 Fix #2834 - upgrade sdb 2015-06-30 00:21:55 +02:00
Sven Steinbauer
5767ac2e48 Adds support for USE_GIT_URLS environment variable 2015-06-25 16:48:12 +02:00
pancake
df51cfc5aa Bump capstone and sdb 2015-06-25 12:07:20 +02:00
pancake
8f25a9b344 Fix iOS build, crashes in reflines, analysis issues on OSX debugger and more! 2015-06-21 00:50:53 +02:00
Riccardo Schirone
1437980043 shlr/Makefile: avoid having to accept revert message every time 2015-06-20 19:09:41 +02:00
pancake
799dd63e87 Update capstone from git 2015-06-19 12:19:18 +02:00
Kamil Rytarowski
165ce9e408 Unbreak gdb build with external libzip
Caught on pkgsrc / NetBSD.
2015-06-18 18:41:10 +02:00
Kamil Rytarowski
77948ee1d3 Remove executable bit from jquery-ui.css
Caught on pkgsrc / NetBSD
2015-06-18 18:40:54 +02:00
pancake
57771a1ce4 Bump capstone, and fix a bug in io:rap 2015-06-11 13:59:20 +02:00
pancake
5954f6e046 Fix #2716 - sdb, rmkdir and console issues on w32 2015-06-11 12:12:22 +02:00
Kevin Grandemange
62e9ea5310 remove traces, cosmetics 2015-06-08 22:21:24 +02:00
Kevin Grandemange
26eba88cb2 Change arrow property to make them more visible and fix offset 2015-06-08 22:17:34 +02:00
Kevin Grandemange
8e3ccab7c1 Add deviation to links when they are superposed
* indent
* reduce gap to get a better render
2015-06-07 01:21:27 +02:00
Álvaro Felipe Melchor
78d5a78609 Fix COVS 2015-06-04 21:27:41 +02:00
pancake
3a6558e628 Bump capstone from git 2015-06-04 15:22:31 +02:00
jvoisin
0c144f16bc Even more coverifixes 2015-06-02 22:59:30 +02:00
pancake
a793859d5b Fix some COVs 2015-06-01 11:20:53 +02:00
pancake
dcd023c073 Update capstone from -next 2015-05-31 19:07:30 +02:00
Álvaro Felipe Melchor
d4fc6d46f5 Fix java regression 2015-05-29 18:40:50 +02:00
pancake
8d44eca10a Fix #2593 - crash in java class parser 2015-05-29 14:15:10 +02:00
pancake
acd2ab9cb5 Fix w32 build. UINT macro redefined by windows 2015-05-29 09:49:47 +02:00
pancake
f60a8f361b Fix Java disassembler for Mac t.anal/java/java 2015-05-29 02:46:49 +02:00
pancake
a8d340ba89 Update sdb to fix a json segfault and capstone for arm64 2015-05-26 00:59:39 +02:00
pancake
de7ac04df1 Bump sdb to fix native mingw32 build 2015-05-24 23:30:13 +02:00
Álvaro Felipe Melchor
6b5460c6a4 CID 1297911 2015-05-22 12:46:14 +02:00
pancake
bf1e8b88cc Fix huge analysis times for Java 2015-05-19 10:58:44 +02:00
pancake
421d3c3dd1 Bump capstone for testing 2015-05-17 10:34:13 +02:00
pancake
a7c8e96d6f Fix x86-16 capstone regression 2015-05-14 03:46:09 +02:00
pancake
1a1df31367 Fix #2518 - Fix anal.recont description 2015-05-13 23:30:58 +02:00
Álvaro Felipe Melchor
f2d740a12a Fix #2561 2015-05-12 23:22:29 +02:00
Álvaro Felipe Melchor
4723a56839 Fix #2553 2015-05-12 23:22:29 +02:00
pancake
0cc6f3a2c9 Missing backslash 2015-05-12 17:56:27 +02:00
pancake
66803df40f Fix git config issue 2015-05-12 17:34:56 +02:00
pancake
1e73afc348 Rebump sdb again 2015-05-12 14:51:46 +02:00
Sushant
3754cc7f36 Added git config information before capstone revert 2015-05-12 10:08:26 +02:00
pancake
85993e5aba Bump sdb again to get initial grep support 2015-05-12 03:08:38 +02:00
pancake
770a393ee8 Update capstone reverting a buggy commit 2015-05-12 02:17:26 +02:00
pancake
ff33afdbc9 Bump sdb again 2015-05-12 01:57:06 +02:00
pancake
e391645137 Bump sdb with lot of bugfixes 2015-05-12 01:53:47 +02:00
pancake
16271e2c95 Fix all java broken tests. Still more to work on 2015-05-11 18:30:06 +02:00
pancake
4ced532d69 Tons of fixes and cleanups to make the java tests happy 2015-05-11 18:23:38 +02:00
pancake
170b881617 A bit Java Class parsing cleanup (still a huge mess) 2015-05-11 16:44:31 +02:00
pancake
8fedd8e6d1 Fix COV in wind.iopipe 2015-05-07 12:49:06 +02:00
Anton Kochkov
2c969bce2a Fix the pedantic build 2015-05-06 16:04:10 +03:00
skuater@hotmail.com
ccfae11ebc windbg ^c support under linux+ ^c support for windows 2015-05-05 18:33:34 +02:00
Alvaro Muñoz
fd7e8000e9 fix z-index for minimap #2311 2015-05-04 20:05:04 +02:00
pancake
ba5f78225c Bump capstone 2015-05-04 10:24:55 +02:00
pancake
0f2fcf7734 Revert "Use HOST_ flags for ASAN too"
This reverts commit 0c9fff672e.
2015-04-30 23:19:31 +02:00
Jeffrey Crowell
1e9cffafaf spelling. 2015-04-29 20:18:51 -04:00
Alvaro Muñoz
55809a1bd3 fix 2428. Add button to switch view to webui 2015-04-30 00:29:25 +02:00
pancake
5d1ff72c56 Fix #2453 - Fix crash in Java CLASS parser 2015-04-29 23:55:03 +02:00
pancake
0c9fff672e Use HOST_ flags for ASAN too 2015-04-29 11:56:47 +02:00
Álvaro Felipe Melchor
72b30d01b9 CID 1295060
CID 12950549-52
2015-04-26 22:40:42 +02:00
pancake
db7dd25920 Fix #2434 - Add INFINIT/NAN for non-c99 compilers 2015-04-25 04:22:44 +02:00
skuater
b0c520b856 Handle ^C in native windows and windbg debuggers 2015-04-22 15:53:45 +02:00
pancake
e9c1cd9c56 Fix function list in webui 2015-04-22 15:18:06 +02:00
pancake
a572531e48 Update sdb 2015-04-22 05:32:43 +02:00
pancake
5e4810eb72 Update capstone from -next which drops INS_ARM_MOVS 2015-04-21 21:54:43 +02:00
Manish Malik
e98b26a3eb Add substring and strlen filter in the strings webui panel 2015-04-20 16:52:36 +02:00
Anton Kochkov
7e79b198b1 Fix some more Coverity issues
Fix CID 1171365
Fix CID 1211169
Fix CID 1230038
Fix CID 1295063, 1295062, 1295061
Fix CID 1295070
Fix CID 1295068
Fix CID 12950067
2015-04-19 04:53:08 +03:00
pancake
4e6549b5ae Add some ARM anal ops and fix #2390 null deref in gdb io without debug 2015-04-19 01:28:23 +02:00
pancake
43dfbd9820 Initial (bugfix/PoC) for the pdc decompiler command 2015-04-16 06:44:48 +02:00
pancake
5187d37c13 Fix latest covs 2015-04-15 12:13:50 +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
pancake
941306936e Bump capstone and sdb from git 2015-04-13 15:38:36 +02:00
Jeffrey Crowell
7a9ac6ae54 coverifix! 2015-04-13 00:43:42 -04:00
Álvaro Felipe Melchor
c9ba88136d Fix java section perms 2015-04-13 01:34:05 +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
pancake
f9d6ff2f2b Fix some travis warnings 2015-04-12 18:00:40 +02:00
Alvaro Muñoz
dda1163e89 Add CORS support to http server 2015-04-11 20:51:54 +02:00
pancake
1b02b3c4e9 Fix #2325 - Bring back ${HOST_CFLAGS} for sdb 2015-04-07 23:21:53 +02:00
Monokles
517a1e6ba9 Add types panel to web UI
Add remove button to each element in types_panel
Add "add" button to types panel
2015-04-07 17:44:30 +02:00
pancake
a0ef11be00 Fix 3 covs and several warnings in windbg for w32 2015-04-07 14:53:28 +02:00
pancake
e385fc28e8 Fix build 2015-04-07 10:29:48 +02:00
pancake
8e61eb2e10 Fix w32 build 2015-04-07 10:28:11 +02:00
pancake
364bcfc82f Permit rahash2 -i0 and bump capstone 2015-04-07 01:22:56 +02:00
pancake
fc40b6e685 Fix #2277 - Segfault with e asm.nbytes=0 and update Sdb for mingw32 2015-04-06 18:31:35 -04:00
XVilka
8a13f72090 Fix CFLAGS for shlr/ 2015-04-06 21:18:21 +03:00
Anton Kochkov
e8797137a5 Fix MinGW building 2015-04-04 05:09:13 +03:00
Anton Kochkov
34ccb3dc21 Remove dependency from stdint.h in shlr/zip 2015-04-04 04:53:40 +03:00
Anton Kochkov
c3c16fd2e4 Remove inttypes.h usage from zip 2015-04-04 02:19:04 +03:00
pancake
52741016d8 Bump capstone and sdb to fix some w32-related issues 2015-04-03 18:53:49 +02:00
pancake
7f1a3859b1 Update sdb and capstone (fix @maijin issues) 2015-04-02 11:28:42 +02:00
pancake
54dc51f81c Update sdb to fix cygwin build issue 2015-04-01 14:09:23 +02:00
pancake
9f7767b3ab Update sdb from git fixing some issues 2015-04-01 02:07:29 +02:00
pancake
35baae988e Bump capstone, sdb and add node readme 2015-03-31 01:31:35 +02:00
pancake
195df37634 Bump for SDB (0.9.6-git) 2015-03-30 18:02:11 +02:00
pancake
0c5a3126e9 Update capstone from git 2015-03-27 18:58:46 +01:00
pancake
08d7137ef1 Fix #2212 - TinyCC struct parse crash 2015-03-23 01:14:44 +01:00
pancake
063fca1224 Fix #2222 - Fully disable r_sandbox_create in sandbox mode 2015-03-22 16:35:02 +01:00
pancake
75c8b5ddfa Bump capstone 2015-03-21 02:21:04 +01:00
pancake
12ea9734b5 Fix about 15 more random COVs 2015-03-21 02:04:49 +01:00
pancake
515b2e77bc Fix about 40 COVs related to memleaks and buffer overflows 2015-03-21 01:27:54 +01:00
Alvaro Muñoz
f23b53ea29 contextual menu for hexview 2015-03-21 00:28:28 +01:00
pancake
590f9023b0 Bump capstone and check toolchain in mingw64.sh 2015-03-20 16:53:55 +01:00
pancake
67f3a52b51 Add [baddr] in doc/objc.pl, bump capstone a bit (still buggy) 2015-03-20 14:10:11 +01:00
Alvaro Muñoz
542b873504 updates to hexdump in webui 2015-03-20 10:57:08 +01:00
pancake
e5af65394c Bump for capstone-next 2015-03-20 00:38:23 +01:00
Alvaro Muñoz
5c58e641ec new webui hex panel 2015-03-19 22:44:51 +01:00
Alvaro Muñoz
fe0116e4e7 remove url decoding in webui 2015-03-17 23:23:35 +01:00
pancake
d991769935 Better vars naming, Add e cmd.fcn.{new|rename|delete}
- Bump sdb from git
2015-03-16 02:52:26 +01:00
Alvaro Muñoz
d343eb6010 fix undefined vars in webui 2015-03-10 17:24:15 -04:00
pancake
d040df1ada Bump capstone from git fixing some priviledge family instructions 2015-03-09 10:54:28 +01:00
pancake
f4ad6cd79d Add /Af support for RAnalOpFamilyPriv for privileged instructions
- x86.cs only atm, capstone support is still wip
2015-03-08 22:09:59 +01:00
pancake
39ead51cd9 Update capstone to next 2015-03-07 11:33:58 +01:00
pancake
56adb2533c Fix some pdj issues and recover a bit of /p scroll 2015-03-06 01:14:09 +01:00
pancake
3a5600f7c5 Sync with latest capstone-next (fixes pkg-config issue) 2015-03-05 23:54:41 +01:00
Jaume Delclòs Coll
07c3339873 Show ptr automatic comments in the web UI 2015-03-03 19:38:33 +01:00
pancake
d8f96a765d Fix android build and bin/d installation issue 2015-02-23 01:55:35 +01:00
Kamil Rytarowski
345403f0ea Honor zip configure linkage 2015-02-23 01:07:05 +01:00
pancake
4590039eb9 Bump sdb again 2015-02-22 17:14:20 +01:00
pancake
9fbbce408d Fix static libzip linkage from core 2015-02-22 17:12:51 +01:00
pancake
03107dafed Update sdb from git 2015-02-22 12:10:19 +01:00
Jeffrey Crowell
193c9dece0 Fix COV CID 1271010 2015-02-21 11:02:21 -05:00
pancake
25854f7f5f Honor original filepath and /usr/include for include files
- This must be configurable (-I)
2015-02-20 03:18:36 +01:00
Alvaro Muñoz
8053d18748 Cheatsheet to doc/intro.md 2015-02-19 22:49:35 +01:00
pancake
58ad03216d Bump capstone from git 2015-02-19 13:30:30 +01:00
jvoisin
55f5c73008 Coverifix++ 2015-02-19 12:59:13 +01:00
jvoisin
a61ea4e70a Coverifix++ 2015-02-19 01:53:11 +01:00
jvoisin
a4ba5f64f5 Even more Coverifix 2015-02-19 00:27:00 +01:00
jvoisin
2f6793a262 Coverifix 2015-02-18 00:29:35 +01:00
jvoisin
a193e54eac Coverifix 2015-02-17 00:34:51 +01:00
Alvaro Muñoz
9439a7b34c fix #2069 2015-02-15 21:35:43 +01:00
Alvaro Muñoz
05d6268377 add default color for webui ops 2015-02-12 17:47:19 +01:00
jvoisin
b8cdd7c0f7 Even more coverifix 2015-02-11 21:51:13 +01:00
jvoisin
123a77c022 Coverifix 2015-02-11 19:05:28 +01:00
jvoisin
5ad3afb628 Coverifix 2015-02-11 17:55:25 +01:00
pancake
6f08978e91 Update capstone and sdbf from git 2015-02-11 03:52:21 +01:00
r0nk
46466e0234 Fixed a tiny bug. 2015-02-10 15:22:29 +01:00
Alvaro Muñoz
eb94217df0 Finish work on webui project notes 2015-02-10 15:22:05 +01:00
Alvaro Muñoz
4654501740 uncomplete webui work 2015-02-10 02:14:33 +01:00
pancake
dc75cb2320 Fix the rest of base64 warnings 2015-02-10 00:05:18 +01:00
Alvaro Muñoz
213d7f92ca webui. fixes 2015-02-09 22:41:50 +01:00
Alvaro Muñoz
836b4625e1 allow rename functions in main offset 2015-02-09 01:43:51 +01:00
Alvaro Muñoz
9d179c87aa urldecode strings 2015-02-09 00:02:40 +01:00
Alvaro Muñoz
26d691c35b add check to verify div is scrollable 2015-02-09 00:02:40 +01:00
Alvaro Muñoz
f4e7868bb5 add infinite scroll to enyo 2015-02-09 00:02:40 +01:00
Alvaro Muñoz
950d6dffa4 fix for broken context menu and graph 2015-02-09 00:02:40 +01:00
Alvaro Muñoz
187a45d529 prevent ff from going crazy 2015-02-09 00:02:40 +01:00
Alvaro Muñoz
410fa4ed2a changing afj with afij 2015-02-09 00:02:40 +01:00
Alvaro Muñoz
707bdcf16a webui - infinite scroll in /p 2015-02-09 00:02:40 +01:00
pancake
098d0ec1de Initial implementation of --without-gpl 2015-02-07 01:50:25 +01:00
pancake
06d1b9ec00 DecodeURI izj/iij on /p webui 2015-02-06 13:22:04 +01:00
pancake
a1dd4e1d94 Fix w32 build (another x86.new regression) 2015-02-05 16:34:05 +01:00
pancake
383e225135 Fixes on top of the clang-warn-fix commit 2015-02-05 10:57:28 +01:00
Jeffrey Crowell
d4e0575d67 build on clang jenkins now 2015-02-05 10:57:21 +01:00
pancake
28006d32cc Fix build issue reported by @PheonixOS 2015-02-03 00:52:13 +01:00
Alvaro Muñoz
8efefae5bd minor fix 2015-02-01 13:28:51 +01:00
Alvaro Muñoz
19a0bf8e4d webui improvements 2015-02-01 13:28:51 +01:00
pancake
6f36fff486 Add Debugger panel and randomize colors button in the /t webui 2015-02-01 02:29:05 +01:00
jvoisin
249fb839fe Coverifix 2015-01-30 22:51:01 +01:00
skuater
79e6dc5dd8 Fix WinDBG crash and fix Windows client support 2015-01-30 10:56:49 +01:00
pancake
9dda6c9fc5 Preserver black background when randomizing colors 2015-01-30 00:18:43 +01:00
pancake
0bc397d5ce Revert -Wno-initializer overrides 2015-01-29 12:30:07 +01:00
pancake
c3fa626a45 Build sdb with proper gcc flags to avoid tons of warnings in js0n.c 2015-01-29 02:05:49 +01:00
skuater
1ad95fd468 Implement PipeIO for WinDBG on Windows 2015-01-29 01:49:53 +01:00
pancake
12e8ae61fb Add navigation buttons on hexdump/disasm pannels in the tiled webui 2015-01-26 05:57:43 +01:00
jvoisin
16cac50319 Coverity++ 2015-01-24 11:24:55 +01:00