pancake
|
dbda9f5fb8
|
Fix ns-free null deref
|
2014-04-02 10:03:33 +02:00 |
|
Adam Pridgen
|
3fb12cddd1
|
fixed a bug in the annotations parsing and interfaces parsing
|
2014-04-01 19:45:44 -05:00 |
|
pancake
|
b417f655da
|
Update Sdb, adding refcounting and some coverity fixes
|
2014-04-02 01:32:18 +02:00 |
|
Adam Pridgen
|
6bc694f873
|
Added colorization to pdn and added a dead code warning if all the bytes in a method are not consumed during analysis.
|
2014-04-01 16:22:56 -05:00 |
|
pancake
|
5c32779d52
|
Workaround doublefrees until we get refcounting in Sdb
|
2014-04-01 04:03:48 +02:00 |
|
Adam Pridgen
|
494e329d92
|
fixed bug for creating utf8 summary (thanks valgrind)
|
2014-03-31 15:52:03 -05:00 |
|
Adam Pridgen
|
9f8d8b7b2e
|
Adding a print summary for the class file, and revamping how summary dumps string content
|
2014-03-31 15:35:47 -05:00 |
|
Adam Pridgen
|
85d7d8a11d
|
Fixing a typo, using the wrong buffer
|
2014-03-31 10:35:18 -05:00 |
|
pancake
|
f288cb811b
|
Better r2048, more random refactoring for anal sdbization
|
2014-03-31 04:42:55 +02:00 |
|
pancake
|
bc344eea1d
|
Add r2048 game in V! command. Initial sdbization of fcn vars
|
2014-03-31 03:06:45 +02:00 |
|
Adam Pridgen
|
7bee007b9c
|
Class name replacement works
|
2014-03-30 14:04:15 -05:00 |
|
Adam Pridgen
|
a7bcdcab01
|
Adding class replacement
|
2014-03-28 21:06:26 -05:00 |
|
Adam Pridgen
|
fe0628fd14
|
Fixed java attribute readding bug
|
2014-03-28 20:56:07 -05:00 |
|
pancake
|
d9dee42384
|
Bump sdb and fix hints with newer sdb stack api
|
2014-03-29 02:49:49 +01:00 |
|
pancake
|
818e6666b5
|
Bump sdb. fixes some memleaks and overflows
|
2014-03-29 00:39:51 +01:00 |
|
Adam Pridgen
|
6a50f55834
|
Fixing some of the coverity issues
|
2014-03-28 12:17:23 -05:00 |
|
pancake
|
a18a8748f3
|
Fix enum64 for windows
|
2014-03-28 16:22:41 +01:00 |
|
Fedor Sakharov
|
6a13979535
|
Support 64 bit enum values in tcc.
Fixes #209.
|
2014-03-28 11:12:00 +04:00 |
|
Adam Pridgen
|
478d642434
|
Adding a command to shift blocks
|
2014-03-26 22:41:31 -05:00 |
|
pancake
|
d3af1ea077
|
Fix #723 - header guards conforming to C standards
|
2014-03-27 02:32:26 +01:00 |
|
pancake
|
13fb09ee5f
|
Update sdb from git and sync base64 fixes
|
2014-03-26 23:17:40 +01:00 |
|
Adam Pridgen
|
d0b9a6c023
|
Refactored java code. Now bins can be reloaded from buffers (in theory)
|
2014-03-26 14:35:42 -05:00 |
|
pancake
|
609122eac9
|
Update to sdb 0.9 (array api changes)
|
2014-03-26 04:16:03 +01:00 |
|
pancake
|
7a47a7c29c
|
Some fixes for RLang plugins
|
2014-03-26 01:34:32 +01:00 |
|
Adam Pridgen
|
c343ac5cab
|
tweaking java parsing to enable class file structure modifications
|
2014-03-25 13:10:11 -05:00 |
|
Adam Pridgen
|
09fa5cf10c
|
Added extend to io support, now files can be extended, b00y4!
|
2014-03-24 22:57:36 -05:00 |
|
Adam Pridgen
|
f724b74fa7
|
Adding search and replace for CP Constant Values like UTF8, ints, longs, floats, and doubles:
|
2014-03-23 23:06:33 -05:00 |
|
pancake
|
fad24ba146
|
Remove some warnings and unused code
|
2014-03-21 12:28:34 +01:00 |
|
pancake
|
44a0774069
|
Bump sdb from git (fix some memleaks)
|
2014-03-19 03:17:28 +01:00 |
|
Adam Pridgen
|
9f468a3c2d
|
fixed the java *_info c to name and count the methods and fields
|
2014-03-17 21:30:39 -05:00 |
|
pancake
|
10b901736e
|
Fix linux reloc issue in link stage
|
2014-03-18 02:37:38 +01:00 |
|
pancake
|
92c5d8513b
|
Refix link
|
2014-03-18 02:21:52 +01:00 |
|
pancake
|
31b8c6f377
|
Fix shared build
|
2014-03-18 01:51:36 +01:00 |
|
pancake
|
6a835f159d
|
Fix static link
|
2014-03-18 01:36:54 +01:00 |
|
pancake
|
b1b02fba8e
|
Fix linkage of RCoreJava plugin
|
2014-03-18 00:55:26 +01:00 |
|
Adam Pridgen
|
11b1cab8f5
|
Added some commands to print summary information for methods and fields, and added a
FUNC_META symbol for Java Method attribute. This will report meta information for a
given method.
|
2014-03-17 02:14:38 -05:00 |
|
Adam Pridgen
|
62445c5e98
|
Adding java command plugin and moving the functionality out of the anal/p/anal_java.c code
Added functions to print information about CP Objects and read/write access flags
|
2014-03-16 22:32:18 -05:00 |
|
jvoisin
|
ea2363d926
|
Fix some coverity issues
|
2014-03-16 00:16:43 +01:00 |
|
Adam Pridgen
|
b464851707
|
reduced the Java R_API footprint and fixed some other java related stuff
|
2014-03-15 15:18:45 -05:00 |
|
pancake
|
48966d7af3
|
Bump capstone to 2.1.1 + dont check https cert
|
2014-03-15 01:59:16 +01:00 |
|
pancake
|
57fcf95fbe
|
Update sdb to fix close(-1) issue
|
2014-03-13 11:18:51 +01:00 |
|
pancake
|
35ece5c6ab
|
Fix uninitialized variables in sdb
|
2014-03-12 17:08:57 +01:00 |
|
pancake
|
fb98bc1335
|
More sdbization for comments and hints (-250LOC)
|
2014-03-12 02:44:49 +01:00 |
|
pancake
|
73a46d574c
|
SDBize and refactor Anal-Hints, still unfinished
|
2014-03-11 02:47:10 +01:00 |
|
pancake
|
cae8209c1c
|
Update sdb fixing null deref in sdb_ns
|
2014-03-10 16:57:03 +01:00 |
|
pancake
|
051d1bd54b
|
Update SDB from git
|
2014-03-10 02:42:19 +01:00 |
|
pancake
|
00b81f636f
|
Fix infinite loop in make clean
|
2014-03-10 00:33:29 +01:00 |
|
pancake
|
ce49c47e92
|
Indentation cleanup and add missing license header to libgdbr
|
2014-03-09 17:33:08 +01:00 |
|
pancake
|
e3b77a26ee
|
Update return value of sdb_foreach callbacks
|
2014-03-08 01:06:31 +01:00 |
|
pancake
|
784a1d2a72
|
Import radare2-capstone asm/anal plugins
|
2014-03-07 04:15:45 +01:00 |
|