3997 Commits

Author SHA1 Message Date
jvoisin
5301d7c3b0 Fix CID 1157424 2014-05-22 13:21:34 +02:00
jvoisin
8a19cf25ff Fix CID 1134697 2014-05-22 13:00:06 +02:00
jvoisin
e0a10f2c15 Fix CID 1135065 2014-05-22 12:57:03 +02:00
pancake
cc1820c22c Handle filename in 'ls' command 2014-05-22 11:25:58 +02:00
jvoisin
b748049acb Fix CID 1193486 2014-05-22 11:18:20 +02:00
jvoisin
8ee27ad3be Fix CID 1134514 2014-05-22 11:11:17 +02:00
pancake
62a6619b7e Oops. Fix armass crash 2014-05-22 10:56:25 +02:00
jvoisin
268f114ccf Fix CID 1214582 2014-05-22 10:51:55 +02:00
jvoisin
87d96c34a9 Fix CID 1214583
Fix a Out-of-bounds read
2014-05-22 10:48:48 +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
deeso
ccc3794eeb Fixed the 0xff io bug 2014-05-22 02:17:09 -05:00
deeso
f6d2c77a97 reverted string padding in cmd_seek 2014-05-21 21:31:18 -05:00
Andrew McDonnell
ca4ec79bc0 Proposed new dollar variable to retrieve anal->op.val 2014-05-22 04:23:04 +02:00
Andrew McDonnell
ea207f3095 Save registers and opcode immediate values for lui and addui MIPS instructions 2014-05-22 04:23:00 +02:00
Andrew McDonnell
4ad0d29e19 Implement MIPS register profile in MIPS analyser 2014-05-22 04:22:56 +02:00
pancake
3364fa62d5 Fix manyimports PE loading 2014-05-22 04:01:36 +02:00
Adam Pridgen
e6f8c63b7a Debugger returned '0' for size and not UT64_MAX which was unexpected 2014-05-21 19:38:20 -05:00
pancake
29ee197638 Optimize RMeta.add() and bump sdb for updated optimizations 2014-05-22 02:15:26 +02:00
pancake
e7d3a629a5 Remove file size limit in RBin 2014-05-22 00:59:31 +02:00
pancake
ff939fd048 Implement #956 (rabin2 -k - prompt) and fix r_bin_load() 2014-05-22 00:12:30 +02:00
pancake
e87c1745bb Add 'and' and 'mul' ARM thumb assembler opcodes 2014-05-21 23:58:13 +02:00
pancake
905821f255 Fix null deref in 'r2 -k -' (thanks maijin) 2014-05-21 23:03:09 +02:00
pancake
d11a2b42da Add more sdb entries for bin/pe 2014-05-21 22:52:12 +02:00
deeso
5cb05ae967 Fixing address format in cmd_seek 2014-05-21 15:45:38 -05:00
deeso
2c0f1531de Fixing part of the elf tests 2014-05-21 15:02:07 -05:00
deeso
6d21408a31 Changing the listing of the Section Id to the position in the RIO Sections List 2014-05-21 14:01:21 -05:00
deeso
a702c82ac8 Enhance performance with reduced mallocs at load time 2014-05-21 13:02:02 -05:00
jvoisin
5dc4800e41 Fix CID 1134652 2014-05-21 16:34:34 +02:00
jvoisin
7f0c542df6 Fix some warnings in bin_pe (and likely an import-related bug) 2014-05-21 16:04:46 +02:00
pancake
821cd215d6 Fixed io_default/write crash and malfunction 2014-05-21 04:36:53 +02:00
pancake
c0750f62a8 List .rela.text relocations, still incomplete 2014-05-21 03:46:31 +02:00
pancake
ac60b07b19 Swap no-seh condition 2014-05-21 03:23:30 +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
796dedf83c Fix close(0) issue in rio 2014-05-21 01:46:01 +02:00
pancake
ea874fcdd7 Fix #947 - PE libs not working 2014-05-20 22:05:06 +02:00
Anton Kochkov
c806c5eae5 Fix Yara plugin segfault 2014-05-20 09:17:39 +04:00
pancake
302d4c245c Show pe.seh value in 'sdb' 2014-05-20 01:53:14 +02:00
jvoisin
cddc1dce8f Fix CID 1211160 2014-05-20 00:04:07 +02:00
jvoisin
787e3d8207 Fix CID 1135034 2014-05-19 23:57:19 +02:00
jvoisin
956eba4a8e Fix CID 1135064 2014-05-19 23:47:13 +02:00
pancake
0ecb57de6f Fix possible issue 2014-05-19 05:37:32 -04:00
pancake
2890b25e42 Fix w32 build 2014-05-19 10:54:29 +02:00
Anton Kochkov
9c7b579c46 Fix a typo 2014-05-19 09:06:38 +04:00
Anton Kochkov
bf9de18c63 Fix CID 1134993, 1135005, 1135004, 1134996, 1134995, 1135002 2014-05-19 06:03:41 +04:00
Anton Kochkov
efa1e2f68f Fix CID 1214579 2014-05-19 05:40:45 +04:00
Anton Kochkov
557c0b2f03 Fix CID 1214585, 1214586 2014-05-19 05:38:19 +04:00
Anton Kochkov
eb2f9529cd Fix CID 1214584 2014-05-19 05:31:07 +04:00
Anton Kochkov
c7a101d7e2 Fix CID 1214580 2014-05-19 05:28:12 +04:00
pancake
fd3251d99c Refix 'r' command issues 2014-05-19 02:52:51 +02:00