Commit Graph

343 Commits

Author SHA1 Message Date
74e852044c No longer force "-ldl" within LDFLAGS 2012-11-11 01:33:55 +01:00
03e47517ee Give it a better chance to work on MacOS X 2012-10-18 15:14:20 +00:00
f78c504f66 Fixed a potential crash 2012-09-22 00:27:16 +00:00
2d6cae4e8e No longer run the tests over and over again 2012-09-21 21:28:12 +00:00
62dcad5895 Give it a better chance to work on MacOS X 2012-07-31 19:11:50 +00:00
33ca7f3b05 Refactored to allow the implementation of symbols soon 2012-07-07 17:41:23 +00:00
b640bdc855 Improved debugging information 2012-07-07 01:20:13 +00:00
2ca21f159d No longer use PACKAGE for the program name as it does not match anymore 2012-07-07 01:15:06 +00:00
e73145d197 No longer forget to byte-swap offsets to the respective sections 2012-06-06 23:25:08 +00:00
6e05e813ce Updated some comments 2012-05-29 19:48:56 +00:00
36fdf5b896 Improving ARM (de-)assembly 2012-05-29 19:41:39 +00:00
b57fb7603c Began to implement ARM de-assembly 2012-05-29 18:49:52 +00:00
9d251ebd89 Renamed the "Format" class to "AsmFormat" to avoid potential future conflicts 2012-05-19 12:43:52 +00:00
07bc3364b4 Renamed the "Arch" class to "AsmArch" to avoid potential future conflicts 2012-05-19 12:39:21 +00:00
4030d1c97b Exposing asm_set_function() and asm_set_section() for now 2012-05-18 23:08:28 +00:00
261f855e46 Renamed the project to "Asm" 2012-05-15 03:33:25 +00:00
900f4c3fdd Initial import 2012-05-14 16:58:52 +00:00
2140d979df Renamed the "test" folder to "tests" for consistency 2012-05-14 16:58:34 +00:00
25020ce64b Re-generated Makefiles 2012-04-08 14:05:25 +00:00
5d8e371ea3 Relate functions to their offsets in executable objects as well 2012-04-06 22:07:26 +00:00
96ff511844 Mention function offsets when meaningful 2012-04-06 21:53:22 +00:00
3207b9e855 Importing support for yasep16 2011-12-06 13:15:30 +00:00
0ab47975aa Also let strings be accessed through the library 2011-12-01 02:59:48 +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
577bbb4e6f Maintaining the function list as well 2011-11-30 16:09:06 +00:00
0b4301cd60 Decoding the first list of strings correctly 2011-11-30 05:46:04 +00:00
2513835d1b Four more instructions are referring to strings 2011-11-30 05:05:46 +00:00
318cdadfaf Automatically read strings if possible 2011-11-30 04:58:23 +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
a5423dbc95 Let CVS be quieter 2011-10-29 02:12:09 +00:00
e52487b690 Re-generated Makefiles 2011-10-29 01:58:19 +00:00
c9fe4919cb Let ARM default to little-endian 2011-10-18 19:08:08 +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
e7723b7e88 Stricter validation check when seeking within a buffer 2011-09-28 10:39:26 +00:00
e4097243f7 Support more operands 2011-09-28 10:37:51 +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