Commit Graph

223 Commits

Author SHA1 Message Date
2140d979df Renamed the "test" folder to "tests" for consistency 2012-05-14 16:58:34 +00:00
3207b9e855 Importing support for yasep16 2011-12-06 13:15:30 +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
ce3a785edd The Yasep processor is really little-endian 2011-11-29 04:31:14 +00:00
953ecb2013 Imported the official names for the registers 2011-11-28 03:37:12 +00:00
75f5c2830f It is really the 16-bit version of the Yasep processor 2011-11-28 03:32:16 +00:00
6290fa7746 Improved support for the Yasep processor some more 2011-11-28 03:25:36 +00:00
d7b72eaa54 Can now encode and decode the "IR" form of Yasep 2011-11-28 02:58:54 +00:00
ff1bd3b657 Better encoding and decoding of Yasep instructions 2011-11-28 02:22:48 +00:00
8d57663795 Code cleanup 2011-11-28 02:21:44 +00:00
560b0e9f07 Deassembling some instructions for the Yasep processor as well 2011-11-28 01:04:29 +00:00
389f82aef4 Major re-design to facilitate code re-use from the library 2011-11-27 21:02:46 +00:00
3cd40edf32 Re-generated Makefiles 2011-09-28 13:28:22 +00:00
72cf6186e3 Assembling the first yasep instructions 2011-09-28 12:23:46 +00:00
fa4614af23 Introducing the yasep architecture 2011-09-28 12:04:05 +00:00
545be0d170 Supporting more operands 2011-09-28 10:04:30 +00:00
8039d1a210 Supporting more operands (not complete) 2011-09-28 09:53:01 +00:00
f534d59a0a Supporting more operands (not complete) 2011-09-28 03:05:25 +00:00
9ad09b3bf1 Supporting more operands (not complete) 2011-09-28 03:00:53 +00:00
fe9ce1c67f Supporting more operands (not complete) 2011-09-28 02:57:14 +00:00
66e94a7717 Supporting more operands (not complete) 2011-09-28 02:52:20 +00:00
a3c0df10d5 Supporting more operands (not complete) 2011-09-28 02:49:51 +00:00
30ec4b476f Supporting more operands 2011-09-28 02:09:32 +00:00
a64c7bb395 Supporting more operands (not complete) 2011-09-28 02:03:11 +00:00
cc34566074 Supporting more operands 2011-09-28 01:51:21 +00:00
674948ba5f Supporting more operands 2011-09-28 01:41:12 +00:00
d5885b9a75 Supporting more operands 2011-09-28 01:19:15 +00:00
21cfaa7f60 Slightly improved decoding of instructions 2011-09-28 00:44:57 +00:00
e411b708b0 Added the address size to architecture descriptions 2011-09-27 23:55:37 +00:00
825007b4fa Slightly more accurate decoding of unknown instructions 2011-09-27 23:21:58 +00:00
9a620ce174 Slightly more accurate decoding 2011-09-27 23:14:40 +00:00
07fe0d63a7 Always decode unknown instructions as "db" (single-byte) 2011-09-27 22:33:10 +00:00
6f523f4836 Architecture plug-ins should be able to (de)initialize 2011-09-27 22:11:02 +00:00
00a21348cb Re-generated Makefiles 2011-09-16 11:54:13 +00:00
7d9a5f5dd7 Re-generated Makefiles 2011-09-16 11:36:26 +00:00
eea682f7fd Re-generated Makefiles 2011-09-16 10:19:40 +00:00
1ed2fb51a1 Tracing function calls 2011-09-06 22:00:15 +00:00
cfe1768474 Added a peek() helper and passing the base address through the "call" pointer 2011-09-03 20:21:25 +00:00
98576fdf6d Better decoding of some instructions 2011-09-03 20:20:31 +00:00
5c080712de Added some instructions 2011-09-03 20:18:19 +00:00
d43e27eb8d Let the arch plug-ins know the current base address when decoding instructions 2011-08-31 16:19:07 +00:00
6bfdb88736 Mark the first argument to the "call" instruction as referring to a function 2011-08-31 16:15:38 +00:00
69fb6897c9 Temporary fix to decode some amd64 in a more accurate way 2011-08-31 16:14:49 +00:00
4068b60e1a Much improved ARM support 2011-06-16 07:59:59 +00:00
0b81e9475d Improving ARM support 2011-06-14 23:10:08 +00:00
a88be030a1 Improving ARM support 2011-06-14 22:46:24 +00:00
281dd9d9c4 Code cleanup 2011-06-14 22:42:53 +00:00