Commit Graph

287 Commits

Author SHA1 Message Date
03f5786aca Improving ARM support 2011-06-12 12:14:51 +00:00
48ea9c04a8 Better support for "make PREFIX=..." 2011-06-12 00:53:13 +00:00
d5074f9ac1 Added CVS Id 2011-06-12 00:40:58 +00:00
b46fad75cd Improving ARM support 2011-06-12 00:39:19 +00:00
b815fb7805 Improving ARM support 2011-06-12 00:23:03 +00:00
8845d2de76 Improving ARM support 2011-06-12 00:06:56 +00:00
ad6348c38e Getting the first ARM opcodes right 2011-06-11 23:47:45 +00:00
baa8076906 Beginning to truly implement ARM support 2011-06-11 23:33:55 +00:00
74130f88fe Added stub files for ARM support as well 2011-06-09 18:05:05 +00:00
fe28af3bed Added stubs for mips support 2011-06-08 01:13:47 +00:00
7edc2f2b6a Added the "nop" instruction for sparc{,64} 2011-06-04 13:16:36 +00:00
95ababcdfa Ignore some errors while disassembling sparc{,64} binaries 2011-06-04 02:38:47 +00:00
44a9c15a29 Beginning to disassemble sparc{,64} binaries 2011-06-04 02:34:36 +00:00
cafca288a2 Print error when disassembly fails 2011-06-04 01:56:26 +00:00
430d35282a Beginning to decode ELF binaries cross-endian 2011-06-04 01:43:10 +00:00
34dfcf56ea Beginning to swap endian when necessary 2011-06-04 00:52:04 +00:00
7fbcf60794 Fixed erratic call 2011-06-03 23:29:27 +00:00
2b4ac1f41a Fixed handling of the prefix configured 2011-06-01 14:37:57 +00:00
68e5a6d26a Using the "getopts" shell builtin instead of the "getopt" shell utility 2011-06-01 12:47:00 +00:00
d9a7463ac3 Implemented asm_set_function() 2011-05-11 21:47:30 +00:00
bbeb9ee7f3 Make sure the ArchInstructionCall structure is initialized before being used 2011-05-08 17:46:10 +00:00
670529b5a5 Fixed output of the "db" class of instruction 2011-05-08 17:35:27 +00:00
b9a48a2493 Fixed compilation in debugging mode 2011-05-08 17:22:26 +00:00
78568e9995 Fixed sizes for the "db", "dw", "dl" and "dq" instructions 2011-05-08 17:21:03 +00:00
5ecfa2ce56 Identifying more calls 2011-05-08 00:23:35 +00:00
f193041208 Defined a few more arguments as indexes to method names 2011-05-08 00:15:19 +00:00
9e598335ea Implemented a few more instructions and prefixes 2011-05-08 00:08:44 +00:00
fa4f93e29f Fixed and added a few instructions 2011-05-07 23:43:12 +00:00
de372f12aa Code cleanup 2011-05-07 23:42:53 +00:00
42341e0ff5 Removed debugging left-over 2011-05-07 23:30:32 +00:00
c38c9b0fd6 Code cleanup 2011-05-07 23:26:55 +00:00
4cda60c32c Fixed detection 2011-05-07 23:26:17 +00:00
27f30975b1 More reliable decoding 2011-05-07 23:16:53 +00:00
e4fc7626ff Code cleanup 2011-05-07 23:15:45 +00:00
a296d8ea63 Avoid warnings when compiled in debugging mode 2011-05-07 15:28:35 +00:00
7fa5dbc51f Working on better support for deassembling functions 2011-05-07 15:05:29 +00:00
aaba31a0db Fixed duplicate error reporting 2011-05-05 10:51:53 +00:00
6d022bd70d This file is no longer required 2011-05-05 10:51:00 +00:00
2e7902b0cb Implemented "-D" to influence the pre-processor 2011-05-04 16:18:41 +00:00
266f4c2682 Fixed semantics of type vs definition for ArchOperands 2011-05-02 01:08:21 +00:00
d16f99ebbb Moved detection of file format and architecture for deassembling into libasm 2011-05-01 20:07:15 +00:00
8c4cb8cce7 Use the predefined macros 2011-05-01 13:47:47 +00:00
955abacfb1 Exposing the Code class to both Arch and Format to avoid defining callbacks 2011-04-29 05:51:36 +00:00
73b67b2fce Fixed endian detection on Linux 2011-04-28 21:06:56 +00:00
1e482f87e1 Display the offset again 2011-04-28 08:52:45 +00:00
24200d4689 Moved deassembly printout into the Code class (allows printing strings) 2011-04-28 08:47:28 +00:00
25dce8d5bf Allow immediate values to reference string indexes 2011-04-28 07:51:45 +00:00
17f9579803 Fixing dependencies 2011-04-28 07:51:09 +00:00
04c95f6d79 Let CVS be quieter 2011-04-28 07:49:59 +00:00
39de4b15fd Added a few instructions 2011-04-28 06:24:10 +00:00