Commit Graph

16 Commits

Author SHA1 Message Date
07bc3364b4 Renamed the "Arch" class to "AsmArch" to avoid potential future conflicts 2012-05-19 12:39:21 +00:00
509e571cba Fixed the "tableswitch" instruction 2011-12-01 02:59:09 +00:00
1738084a28 Fixed decoding of the bipush and tableswitch instructions 2011-11-30 17:47:56 +00:00
2513835d1b Four more instructions are referring to strings 2011-11-30 05:05:46 +00:00
8aed535978 Fixed Java deassembly 2011-11-29 18:44:03 +00:00
389f82aef4 Major re-design to facilitate code re-use from the library 2011-11-27 21:02:46 +00:00
cc34566074 Supporting more operands 2011-09-28 01:51:21 +00:00
e411b708b0 Added the address size to architecture descriptions 2011-09-27 23:55:37 +00:00
6f523f4836 Architecture plug-ins should be able to (de)initialize 2011-09-27 22:11:02 +00:00
cfe1768474 Added a peek() helper and passing the base address through the "call" pointer 2011-09-03 20:21:25 +00:00
d43e27eb8d Let the arch plug-ins know the current base address when decoding instructions 2011-08-31 16:19:07 +00:00
266f4c2682 Fixed semantics of type vs definition for ArchOperands 2011-05-02 01:08:21 +00:00
25dce8d5bf Allow immediate values to reference string indexes 2011-04-28 07:51:45 +00:00
a8407ddd19 Using helper callbacks to write assembly instructions 2011-04-23 03:01:55 +00:00
c4aef2db4f The encoding of instructions of slightly more correct 2011-04-23 01:11:20 +00:00
24836cadfd Re-introducing support for the Java architecture 2011-04-22 17:53:02 +00:00