William Robinet
d3ab5f38aa
Remove execution bit from source files
2016-02-16 23:21:46 +01:00
William Robinet
0c7cacc2dc
Fix typos
2016-02-16 23:21:24 +01:00
pancake
55eee73c6d
Fix #4061 - properly assemble ldr.w thumb instruction
2016-02-16 17:12:37 +01:00
pancake
384cfb1042
Fix last coverities
2016-02-16 02:08:09 +01:00
mrdanielps
d6f49bc54e
V810: Implement ESIL
2016-02-16 00:57:42 +01:00
pancake
cdf63617d7
Initial support for LANAI disassembler
2016-02-15 13:27:23 +01:00
condret
44b06b11de
fix something
2016-02-01 14:10:09 +00:00
condret
b1d894ab7b
fix some warning
2016-02-01 10:58:36 +00:00
pancake
b08892dbb3
Fix Tricore warnings and handle in ELF
2016-01-30 02:58:45 +01:00
pancake
d7a244f010
Initial import of asm.tricore disassembler plugin
2016-01-30 02:47:17 +01:00
pancake
6f1655c491
Initial support for xtensa CPU disassmbler (from GNU binutils)
2016-01-28 23:59:50 +01:00
Kitsu
990abd338c
Added desc to msp430 and fixed mnemo typo rcr -> rrc
2016-01-28 12:22:41 +01:00
Maijin
41c8c5ad48
Fix i4004dis scr -> src opcode
2016-01-26 15:10:39 +01:00
Kamil Rytarowski
0d827a2870
NetBSD: Fix warnings for array subscript has type 'char'
2016-01-22 21:36:30 +01:00
pancake
5f8697f10a
Fix #3972 - Use API instead of command for named functions
2016-01-19 00:44:24 +01:00
pancake
a778b467a0
Initial i4004 analysis plugin
2016-01-10 23:03:27 +01:00
pancake
42acaa7596
Softly kill boolt type
2016-01-03 02:05:26 +01:00
pancake
40e08dbd89
Get rid of _Bool
2015-12-01 12:39:12 +01:00
Ricardo Quesada
f5c65f5da8
Adds VSF (VICE Snapshot File) support as a bin format
...
VICE is the most popular C64/C128 emulator and allows
users to save snapshots of the games.
Analyzing VICE snapshots are more useful than
analyzing .prg (the "standard" c64 program)
because usually all .prg are compressed, and
are decompressed in runtime.
commit 796297c6cd3a099fd17ad3715b4ed5646a6a9e65
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Fri Nov 27 12:28:58 2015 -0800
no sbd for the moment
commit c785b22318c3cacf7771ab21198aa759777224af
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Fri Nov 27 10:06:12 2015 -0800
bank 0 and bank 1
commit 63304876b6f84df001c39f5b35084ff6e61bc01b
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Fri Nov 27 09:47:12 2015 -0800
c128 includes basic, monitor and editor sections
commit 1a8995a644df6d9e871a586e57c3cd8e00cce7ae
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Thu Nov 26 14:45:36 2015 -0800
c128 roms...
uses sdb which is not used at all
more vic symbols
commit 8a29c3c7736fcf689b9248e65093277347ae38bc
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Nov 24 10:39:44 2015 -0800
ram last entry
commit fca46301b2fd68e230cf547047a5278e098c9340
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Nov 24 00:10:20 2015 -0800
more tidy code
commit 03b8a12b319bd0eb9f21b60d882da2030c2c35f1
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Mon Nov 23 22:52:20 2015 -0800
VSF works for C64... still many things to fix
commit a118a930cb40441b412db916deb4c0ca30e30309
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Mon Nov 23 13:37:32 2015 -0800
initial commit... compiles and detects VICE
but nothing more
2015-11-29 12:17:05 +01:00
pancake
e0ce78f08c
Fix double reglisting in linux-arm
2015-11-25 12:49:02 +01:00
pancake
a31cd1101e
Initial import of the VAX asm/anal/bin support
2015-11-23 12:34:53 +01:00
pancake
ad74a6ec6b
Move msil and mdmp into radare2-extras, add r2pm pkgs
2015-11-11 11:07:32 +01:00
pancake
cc30dc5d83
Fix CR16 disassembler crash
2015-11-05 16:28:11 +01:00
pancake
6bc091f16f
Fix some covs and the is_any() macro in anal.riscv
2015-11-05 10:34:42 +01:00
pancake
8f48a3b9a7
Fix AVR disasm regression and bin.elf=avr forces 16bit mode
2015-11-05 09:20:47 +01:00
pancake
ac10ef4c6f
Fix ASAN OOB reads in AVR disassembler
2015-11-05 09:13:17 +01:00
pancake
8e3421d222
Remove unused variables
2015-11-05 00:47:27 +01:00
Álvaro Felipe Melchor
b1583d5b24
Fix more issues reported by clang-analyzer
2015-11-03 22:14:00 +01:00
Anton Kochkov
a6dccd04b2
Fix AVR std instruction
2015-11-01 23:19:08 +03:00
pancake
f4e6c8a7df
Fix static builds
2015-11-01 00:20:58 +01:00
pancake
f326094542
Fix some warnings
2015-10-31 17:22:24 +01:00
pancake
691e0c8c1a
Fix latest COVs
2015-10-31 12:06:40 +01:00
pancake
f88b35afba
Fixes for asm.riscv
2015-10-30 00:06:38 +01:00
qnix
09f1ea9856
Initial RISC-V support (32,64bit disasm)
2015-10-29 23:57:22 +01:00
condret
d5eb739f77
gb_asm: implement most varriants of ld
2015-10-27 10:05:38 +00:00
condret
b70ef7123c
gb_asm: implement add
2015-10-24 20:01:12 +00:00
condret
62a8b04d81
gb_asm: implement inc, dec
2015-10-24 16:13:48 +00:00
condret
c59420797a
gb_asm: implement bit, res, set
2015-10-24 12:00:24 +00:00
condret
0f14965f99
gb_asm: implement rlc, rrc, rl, rr, sla, sra, swap, srl
2015-10-24 02:46:48 +00:00
condret
891931b775
gb_asm: more code-base reduction
2015-10-24 02:16:35 +00:00
condret
38235b6144
gb_asm: code-base reduction
2015-10-23 18:59:21 +00:00
pancake
888c05d31f
Fix some recent covs
2015-10-23 12:07:07 +02:00
condret
1ce554ed01
gb_asm: implement or, xor, and, sbc, sub, adc
2015-10-23 00:50:49 +00:00
condret
ab917483aa
gb_asm: implement cp-instruction
2015-10-22 17:06:48 +00:00
condret
1ece41ea48
gb_asm: add call, call C, call Z, call nC, call nZ
2015-10-22 14:37:37 +00:00
condret
0c2eb134f9
gb_asm: implement jr, jr Z, jr C, jr nZ, jr nC
2015-10-22 13:34:27 +00:00
condret
3b3052d288
fix segfaults, that can happen if gb_asm is used the wrong way
2015-10-22 10:39:08 +00:00
condret
8e6afc0acf
gb_asm: add jp, jp hl, jp Z, jp nZ, jp C, jp nC
2015-10-22 02:51:35 +00:00
condret
848eb486ca
gb-assembler: implement ret Z, ret C, ret nZ, ret nC
2015-10-22 00:30:25 +00:00
condret
fb3059130c
gb-assembler: push, pop, reti
2015-10-21 22:52:05 +00:00
condret
d2c6bd4888
add rst-vectors and comments
2015-10-21 21:15:59 +00:00
condret
279d09aaa8
fix build for windows
2015-10-21 20:00:24 +00:00
pancake
922da0064b
Fix asm.gb build
2015-10-21 19:45:54 +02:00
condret
7d7024b2c6
initial commit for gameboy-assembler
2015-10-21 18:22:14 +00:00
pancake
7dd98bcf75
Add support for TinyCC (super fast builds)
2015-10-21 16:31:24 +02:00
pancake
c594d76323
Fix static build
2015-10-18 21:46:49 +02:00
pancake
879f798562
Fix #3501 - c++11 problem with olly disassembler
2015-10-18 17:11:57 +02:00
jvoisin
420a5c41e0
Fix some minor compilation warnings
2015-10-15 12:36:34 +02:00
Anton Kochkov
32a4b9e6b7
Add XCH for AVR, patch from @Darkkey
2015-10-14 00:15:19 +02:00
Anton Kochkov
82eed6f2a5
More standard C and TCC fixes
2015-10-06 01:29:26 +03:00
qnix
55146f4ab1
6502: illegal/undocumented instructions
2015-09-23 22:21:11 +00:00
Felix Held
db39374b8b
add lm32 disassembly support
2015-09-20 23:58:12 +02:00
Ricardo Quesada
557d45bca1
Add 6502 analysis module
...
Include all documented 6502 opcodes
Esil expression is still work in progress
Fix BRK opcode->size in 6502_disas
2015-09-18 00:09:43 +02:00
condret
6c278703af
add mcs96-disassembler (needs a lots of love)
2015-09-16 00:45:01 +00:00
pancake
b86bf19c85
Fix #3051 - Honor CFLAGS everywhere and fix some windows/android warnings
2015-09-14 20:43:11 +02:00
pancake
6dd21e50e9
Fix regression in z80 (thx @dequis)
2015-09-14 10:30:18 +02:00
pancake
49975ccf95
Fix #3286 - Use stdbool.h
2015-09-14 02:08:31 +02:00
pancake
ccc1668d98
Fix assemble of thumb 'b' instruction
2015-09-11 03:56:47 +02:00
pancake
cff606d99f
Fix z80 indentation and remove exit() statement
2015-09-03 15:13:46 +02:00
Darkkey
61735aabb5
Added AVR assembler, fixed AVR 'sts' command disassembling.
2015-09-02 23:00:25 +02:00
pancake
9ff546439d
Workaround for the ARM ldr assembler issue
2015-09-02 01:25:34 +02:00
pancake
b321d7fd8c
Fix local var and assemble of LDR instructions in ARM eggs
2015-09-02 00:58:39 +02:00
pancake
a5655dff9b
A bit dsojson leak just to avoid a crash
2015-09-01 18:44:37 +02:00
pancake
b1e267dd7a
Fix gcc warnings for the gnu arm disassembler
2015-08-31 17:08:30 +02:00
pancake
605290f071
Support Thumb UDF instruction
2015-08-28 19:49:43 +02:00
pancake
1d4b0d8555
Fix some covs
2015-08-28 17:21:04 +02:00
pancake
529698f635
Add support to assemble Undefined ARM instructions
2015-08-28 15:18:52 +02:00
pancake
604cf153fa
Update arm.gnu plugin to support CRC and UDF instructions
2015-08-28 14:40:25 +02:00
pancake
95bdb8e2ac
Avoid tabs in SH GNU disassembler
2015-08-27 13:05:30 +02:00
Maijin
69aea0184d
Fix some dalvik opcodes
...
add-double <-> sub-double
2015-08-21 13:28:52 +02:00
pancake
f4528faa93
Fix #3031 - Another ODR violation from @revskills
2015-08-19 18:58:48 +02:00
pancake
b57e4f9b9d
Fix #3031 - Fix ODR violation and cleanup (-100LOC) EBC disassembler
2015-08-19 17:48:02 +02:00
pancake
55b560d406
Fix warning in dcpu16 disassembler
2015-08-16 18:26:57 +02:00
pancake
def4329769
Fix #3081 - Fix LDR instruction for the ARM assembler
2015-08-13 03:12:12 +02:00
pancake
eb7d33e3d9
Remove dupped instruction in v810
2015-08-11 09:04:21 +02:00
pancake
0005fe73c3
Fix oobread in dcpu16
2015-08-09 12:39:11 +02:00
Sascha Schirra
7c145226d2
Bugfix: movw/movt instructions are assembled to mov instruction
2015-08-03 12:06:55 +02:00
pancake
191fecab85
Fix RAsm build
2015-07-15 01:04:22 +02:00
David Kreuter
a8d7b8ea94
CID 1134732 Out-of-bounds access /libr/asm/arch/avr/format.c
2015-07-15 00:39:07 +02:00
mrdanielps
a44d087e87
V810 fixes:
...
* Add system register names
* Fix xor and remove unused instructions
2015-07-11 22:42:32 +02:00
mrdanielps
1eb7d865d2
V810: bugfixes
2015-07-08 21:10:05 +02:00
mrdanielps
dce2a1eb88
Add V810 support
2015-07-08 21:09:59 +02:00
pancake
6dc29e516a
Fix w32 ollyasm format strings for w32
2015-06-25 23:01:41 +02:00
David Kreuter
ab538a170d
m68k_disasm: replaced macro by inline function to please coverity
2015-06-03 16:37:43 +02:00
Mauro Matteo Cascella
f7493773ec
Fix #2681
2015-06-02 17:44:10 +02:00
pancake
a793859d5b
Fix some COVs
2015-06-01 11:20:53 +02:00
Mauro Matteo Cascella
262066b450
Fix #2547 and #2658
2015-05-31 19:03:34 +02:00
pancake
add3ff9b2d
Add missing hppa files
2015-05-28 11:57:22 +02:00
pancake
f8384feb6b
Initial disassembler support for HP PA-RISC (from GNU binutils)
2015-05-28 11:24:31 +02:00
pancake
4c84b3a2d5
Fix arm assembler null deref #2627
2015-05-27 10:18:21 +02:00