Commit Graph

97 Commits

Author SHA1 Message Date
pancake
1afd12e89b Remove yara (moved to radare2-extras). Installable via sys/yara.sh 2015-01-03 02:21:49 +01:00
pancake
559c2cd25a Add '!' inside '#!' and make r_core_editor accessible from r_cons_editor. 2014-12-19 03:17:28 +01:00
pancake
984afca05c Fix bb overlap bug causing wrong graphs and enhace 'a2f' 2014-12-14 01:49:04 +01:00
LemonBoy
3b9164c04c Initial WinDBG support 2014-12-07 19:32:45 +01:00
Jeffrey Crowell
ed1aae7fd1 fix lots of spelling
fix some errors from the sed script

undo file mode crap
2014-12-07 17:00:59 +01:00
pancake
e1e46a8b22 Fix crash in RCore.Plugin liberator 2014-11-18 16:35:54 +01:00
dso
b57092a7cf Prevent Infinite Loop
max_size may be unnecessary as a loop sentinel.
Remove all max_size vars
2014-11-16 20:22:56 +01:00
pancake
f8586e686d Update SDB and remove wip sdb helpers from core-anal 2014-11-14 15:49:34 +01:00
pancake
48fa492f4f Add periodic table cheatsheet and update a2f a bit 2014-11-13 12:19:00 +01:00
pancake
07568e4f4c Make .a2f work (fix afbb and such) 2014-11-13 11:17:43 +01:00
pancake
6d4529ffbf Add core.anal plugin a2f command. Fix a bug in x86.cs, align comments at right 2014-11-13 03:36:48 +01:00
pancake
37c8bccb11 Fix #1618 - Crashing java plugin with the sandbox thing 2014-11-04 22:30:36 +01:00
pancake
5201f772f8 Add UPX linux signature for Yara. Force to use yara 2.1 in sys/yara.sh 2014-10-21 02:06:22 +02:00
condret
4f70c1bf89 kill RCoreFile->size 2014-09-30 15:31:19 +02:00
Adam Pridgen
2d3187670d Fix double check and a minor bug 2014-09-21 00:04:19 +02:00
deeso
55fe0a9e9a Added command that 'bruteforces' the parsing of a class file in a blob of data 2014-09-20 19:46:21 +02:00
pancake
058cae62f2 Set new separator for nested struct in pf 2014-09-15 22:56:31 +02:00
pancake
8be98f3d82 Use () instead of [] for casting nested structs in pf 2014-09-15 00:36:49 +02:00
Adam Pridgen
70104d84d6 only perform jsonification of a bin obj 2014-09-13 12:00:36 -05:00
deeso
083394175c Adding JSON output for the java prototypes
- Created a simple JSON string builder lib so its
  easier to build the JSON strings.
- Fixed errors and missing symbols on Mac Build
2014-09-13 17:37:11 +02:00
jvoisin
8f0fa7567a Fix some memleaks found by coverity 2014-08-17 20:30:48 +02:00
jvoisin
bcbeb3c066 Fix some gcc warnings 2014-08-11 16:07:17 +02:00
Jody Frankowski
5523d7c12a Yara: now load gzipped files 2014-08-11 00:44:35 +02:00
pancake
66befa8bec Handle array as argument for cmd() in r2js api 2014-08-11 00:33:05 +02:00
Jody Frankowski
e78ff087da Fix add_file error handling 2014-08-10 13:02:47 +02:00
Jody Frankowski
4d38ff0d31 Propose the user to continue editing the broken rule file. Also others error handling fixes 2014-08-09 23:22:21 +02:00
Jody Frankowski
d0e54a895c Fix handling of yaralib return values 2014-08-09 23:22:21 +02:00
Jody Frankowski
b9e4a575cb Add yara <tags> command 2014-08-06 00:47:19 +02:00
Jody Frankowski
2a118f7fc8 Don't care about multiple spaces in yara add 2014-07-26 20:18:11 +04:00
Jody Frankowski
3e1267cfe8 Remove added rule file message 2014-07-26 20:18:10 +04:00
Jody Frankowski
16379a95ff Fix add_file call for r2 rules files. Fix dereference for yara add file
input
2014-07-26 20:18:10 +04:00
Jody Frankowski
300e0d4f3c Add new line in template to avoid easy syntax mistake 2014-07-26 20:18:10 +04:00
Jody Frankowski
8796b620dc yara add can open template rule 2014-07-26 20:18:10 +04:00
Jody Frankowski
e774c59d69 Add yara tag command 2014-07-17 10:36:14 +02:00
Jody Frankowski
c372b11848 Colorize yara help, add 'show' subcommand and make it insensitive 2014-07-17 04:51:20 +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
9849c2b04f Fix core_java plugin warnings 2014-06-25 02:12:34 +02:00
pancake
42aeb0d271 Add --with-syscapstone configure flag 2014-06-24 12:48:29 +02:00
jvoisin
b1fcc1b898 Fix yara build on windows 2014-06-01 11:36:52 +02:00
pancake
5e33a8a282 Initial huge refactoring of r_io still work in progress 2014-05-28 04:34:12 +02:00
Anton Kochkov
57a8591b6f Fix #966 2014-05-24 02:31:18 +04:00
jvoisin
b748049acb Fix CID 1193486 2014-05-22 11:18:20 +02:00
jvoisin
7d01710cb5 The yara plugin now adds default rules in a deterministic order. 2014-05-22 10:35:03 +02:00
jvoisin
c66326b6e1 Fix a memleak in yara 2014-05-22 10:10:05 +02:00
Anton Kochkov
c806c5eae5 Fix Yara plugin segfault 2014-05-20 09:17:39 +04:00
deeso
1fbc7f2168 Added load_bytes, Pushed curplugin down to RBinObj, Reworking the RBinFIle loading to accomodate RBinObj reworked how all bins are loaded. Needed to hack IO to make
this work with rbinfiles and rbinobjects.

Conflicts:
	libr/bin/bin.c
	libr/bin/p/bin_te.c
2014-05-13 21:54:18 -05:00
pancake
bd82919761 Iinitial warning cleanup 2014-05-12 04:06:40 +02:00
jvoisin
454700634d Add a "destructor" to the YARA thing 2014-04-30 22:48:42 +02:00
jvoisin
9139873021 Use r_cons_printf instead of eprintf for YARA
This allows to grep for rules.
2014-04-30 03:34:57 +02:00