pancake
|
9368fc7253
|
Bump capstone again and fix some warns
|
2014-07-02 17:14:32 +02:00 |
|
pancake
|
07465f6746
|
Update capstone fixing segfault in arm32 disasm
|
2014-07-02 03:16:09 +02:00 |
|
pancake
|
7c3f3cc1d6
|
Build capstone with -g
|
2014-07-02 02:57:18 +02:00 |
|
pancake
|
f0c58df2e8
|
Update capstone-next to get some x86 disasm fixes
|
2014-06-30 02:01:47 +02:00 |
|
pancake
|
a9907ec4f5
|
Fix udis86 regression
$ rasm2 -o 0x100005f8f -a x86 -b32 -d e800000000
call 0x5f94
$ rasm2 -o 0x100005f8f -a x86.cs -b32 -d e800000000
call 0x100005f94
|
2014-06-27 03:34:23 +02:00 |
|
pancake
|
994d2089e8
|
Fix FreeBSD build (thanks JR!)
|
2014-06-26 14:17:35 +02:00 |
|
Anton Kochkov
|
17b07d4623
|
Remove -fPIC for cygwin builds - stage 2
|
2014-06-25 21:32:03 +04:00 |
|
pancake
|
daab3440ca
|
Ignore cygwin hints for capstone
|
2014-06-25 14:42:13 +02:00 |
|
Anton Kochkov
|
f365dd9d26
|
Fix Cygwin building
|
2014-06-25 14:41:21 +02:00 |
|
pancake
|
097cd2b04b
|
Fix android build
|
2014-06-25 04:57:41 +02:00 |
|
pancake
|
18cc1af08c
|
libr_java must be PIC
|
2014-06-25 04:50:05 +02:00 |
|
pancake
|
b3b5bfe8f3
|
Minor fix
|
2014-06-25 04:33:42 +02:00 |
|
pancake
|
046b014dee
|
Make bin/core java plugins use libr_java.a
|
2014-06-25 04:25:38 +02:00 |
|
pancake
|
1a3ffef8b4
|
Fix static build
|
2014-06-25 04:11:43 +02:00 |
|
pancake
|
377b5bb2fe
|
Clean a huge list of warnings
|
2014-06-25 02:07:38 +02:00 |
|
pancake
|
ed008f24ab
|
Bump sdb
|
2014-06-25 01:22:18 +02:00 |
|
pancake
|
42aeb0d271
|
Add --with-syscapstone configure flag
|
2014-06-24 12:48:29 +02:00 |
|
pancake
|
112693b82a
|
Update colors.html
|
2014-06-24 01:18:31 +02:00 |
|
pancake
|
ea070d136e
|
Bump another capstone from git
|
2014-06-19 17:24:37 +02:00 |
|
pancake
|
a857888ab4
|
Bump capstone from git
|
2014-06-19 01:53:07 +02:00 |
|
pancake
|
f6f62cd871
|
Bump capstone (with merged optimized branch), must re-test tab regression
|
2014-06-17 10:30:14 +02:00 |
|
pancake
|
db05de4513
|
Add orange-gray theme (ogray). Move doc/r2theme to shlr/www/enyo/colors
|
2014-06-14 03:53:35 +02:00 |
|
pancake
|
cd9b648385
|
Use cs-next again, should fix the tab thing
|
2014-06-13 10:38:46 +02:00 |
|
pancake
|
4da0a0d831
|
Update capstone from git
|
2014-06-12 10:29:46 +02:00 |
|
pancake
|
b788deac00
|
Fix latest coverity issues
CID 1221463
CID 1221462
CID 1221461
|
2014-06-07 11:23:14 +02:00 |
|
pancake
|
4f2b18ab91
|
Update sdb
|
2014-06-07 02:52:13 +02:00 |
|
pancake
|
8ddc053be9
|
Update sdb
|
2014-06-05 23:59:58 +02:00 |
|
pancake
|
9a752e2d52
|
Update to latest capstone from git
|
2014-06-02 17:24:52 +02:00 |
|
pancake
|
bb16d1737c
|
Add initial XCore capstone disassembler and code analysis plugins
|
2014-05-27 23:08:59 +02:00 |
|
pancake
|
374e88c167
|
Do not git pull capstone on dist tarballs
|
2014-05-26 12:16:36 +02:00 |
|
pancake
|
8c0ed5a6ee
|
Update capstone and embed it into the 'make dist' tarball
|
2014-05-25 03:58:58 +02:00 |
|
jvoisin
|
cd07e58b10
|
Fix CID 1134611
|
2014-05-22 12:57:03 +02:00 |
|
pancake
|
7c709ff79a
|
Fix 64bit tcc issue with enum32 on clang (trash init)
|
2014-05-22 12:37:21 +02:00 |
|
pancake
|
e2f93f7d5f
|
Use -O2 for ios-sdk
|
2014-05-22 02:29:09 +02:00 |
|
pancake
|
29ee197638
|
Optimize RMeta.add() and bump sdb for updated optimizations
|
2014-05-22 02:15:26 +02:00 |
|
pancake
|
2f3eb06d87
|
Update capstone tip
|
2014-05-21 16:22:59 +02:00 |
|
pancake
|
a1224b2156
|
Refactor rva > vaddr and offset > paddr.
That change may make mixing vaddr and paddr more visible
|
2014-05-21 03:18:00 +02:00 |
|
pancake
|
302d4c245c
|
Show pe.seh value in 'sdb'
|
2014-05-20 01:53:14 +02:00 |
|
pancake
|
ea0c2caa59
|
Add sys/ios-sdk build scripts
|
2014-05-17 04:41:33 +02:00 |
|
Anton Kochkov
|
12037a14aa
|
Fix CID 1214298
|
2014-05-17 03:44:05 +04:00 |
|
pancake
|
48d3cfe017
|
Fix udis86 64bit jump immediate regression issue
|
2014-05-15 23:39:19 +02:00 |
|
pancake
|
5f5cbde791
|
Fix more 68k bugs and doesnt git pull capstone
|
2014-05-15 20:13:47 +02:00 |
|
Anton Kochkov
|
6dfb761448
|
Fix CID 968205
|
2014-05-15 05:04:41 +04:00 |
|
pancake
|
08e9247bf8
|
Use capstone-next from git
|
2014-05-15 01:36:04 +02:00 |
|
pancake
|
587c5f51c2
|
Implement MACH0- crypto and UUID inside Sdb bin/<fd>/info
|
2014-05-14 05:48:03 +02:00 |
|
pancake
|
eeaa5ffd60
|
Fix aarch64 gdbr profile and update sdb
|
2014-05-12 17:07:27 +02:00 |
|
pancake
|
e9f820d17f
|
Bump sdb
|
2014-05-12 10:44:19 +02:00 |
|
pancake
|
962ac8d307
|
Fix all java warnings
|
2014-05-12 10:16:15 +02:00 |
|
pancake
|
bd82919761
|
Iinitial warning cleanup
|
2014-05-12 04:06:40 +02:00 |
|
jvoisin
|
c1e8e6f2ec
|
Fix CID 1213702
|
2014-05-11 15:19:01 +02:00 |
|