Commit Graph

145 Commits

Author SHA1 Message Date
657ebe3e47 Fixing headers 2011-04-23 18:48:28 +00:00
4a5f818e46 Code cleanup 2011-04-23 18:48:08 +00:00
940b858a84 Improving the output 2011-04-23 17:48:37 +00:00
383ca51178 Beginning to disassemble files again 2011-04-23 17:40:05 +00:00
c0a0820fe4 Also decode immediate values to some extent 2011-04-23 16:48:15 +00:00
53e6e6690f Code cleanup 2011-04-23 16:47:49 +00:00
b67bb1ad90 Better handling of the temporary "db" substitution instruction 2011-04-23 07:48:57 +00:00
8a24516f7f Decoding some more i386 2011-04-23 07:46:35 +00:00
41e423407f Return "db" when more convenient for the moment 2011-04-23 06:40:42 +00:00
91ecd5ab54 Beginning to be useful as a disassembler again 2011-04-23 06:09:06 +00:00
4bd2f1c684 Compile with the -g flag set 2011-04-23 06:08:18 +00:00
73174d63c3 Compile with the -pedantic flag set 2011-04-23 06:07:22 +00:00
1e046db958 Fixed compilation in debugging mode 2011-04-23 06:06:34 +00:00
b56d0f3f4e Preparing to support disassembly again 2011-04-23 03:51:39 +00:00
53d6f4cbc3 Re-introducing support for the amd64 architecture 2011-04-23 03:11:00 +00:00
f0e196b9e1 Added CVS identifier 2011-04-23 03:08:56 +00:00
1f6ffd20a0 Got rid of a warning 2011-04-23 03:02:32 +00:00
a8407ddd19 Using helper callbacks to write assembly instructions 2011-04-23 03:01:55 +00:00
26777f9856 Got rid of some compilation warnings 2011-04-23 01:14:04 +00:00
438ef5939a Beginning to encode and test Dalvik instructions again 2011-04-23 01:12:37 +00:00
c4aef2db4f The encoding of instructions of slightly more correct 2011-04-23 01:11:20 +00:00
47efb56960 Completed the instruction list for the Dalvik architecture (need be checked) 2011-04-22 23:17:16 +00:00
aeab2aa627 Re-introducing support for the Dalvik architecture 2011-04-22 22:52:50 +00:00
7b7ecbcb58 Code cleanup 2011-04-22 22:51:25 +00:00
24836cadfd Re-introducing support for the Java architecture 2011-04-22 17:53:02 +00:00
a932a7fc54 Fixed the file information 2011-04-22 17:28:41 +00:00
5dfdc2f4ab Let more architectures decide their own default format 2011-04-22 17:26:02 +00:00
2bb09ddb7d Using callbacks for file operations 2011-04-22 02:29:44 +00:00
0f1d52fbb9 Avoid a couple of warnings 2011-04-21 19:28:03 +00:00
fae68e5fd1 Re-introducing support for the sparc64 architecture 2011-04-21 19:20:50 +00:00
8ebf1b07af Also implemented branching instructions 2011-04-21 17:03:21 +00:00
f8312d08fb Encoding instructions for integer operations as well 2011-04-21 16:39:36 +00:00
33039927e3 Now encoding sethi instructions as well 2011-04-21 16:28:35 +00:00
9b692011ca Encoding "load and store" instructions much better already 2011-04-21 16:16:07 +00:00
b2a710ed6f The format plug-ins need libSystem to compile too 2011-04-21 00:49:34 +00:00
4e808a815e The arch plug-ins depend on libSystem to compile 2011-04-21 00:48:00 +00:00
bbe4db81cf Added the "fyl2xp1" and "hlt" instructions 2011-04-20 00:38:01 +00:00
ccb676dc53 Added the "in" instruction 2011-04-20 00:35:04 +00:00
50cef996e6 Added the "inc" instruction 2011-04-20 00:30:43 +00:00
ace28bd16b Added a few comments 2011-04-20 00:26:37 +00:00
c1ea0b8cd9 Still let "int $3" be output as two bytes and added the "int3" instruction 2011-04-20 00:25:12 +00:00
1490b7a0f8 Added the "insb", "insw" and "insd" instructions 2011-04-20 00:20:50 +00:00
79a1a18406 Fixed handling of constants 2011-04-20 00:19:52 +00:00
b15f7b60fe Fixed handling of the AOF_IMPLICIT flag 2011-04-20 00:11:36 +00:00
a3402c25d7 Added the "int", "into", "invd", "iret", "iretd", "lahf" and "leave" instructions 2011-04-20 00:05:00 +00:00
e1a786327b Handle (implicit) constant values as well 2011-04-20 00:04:17 +00:00
4b0269c881 Properly matching constant values 2011-04-20 00:03:53 +00:00
3477df9859 Added a helper for constant values 2011-04-20 00:03:12 +00:00
2aaa34e124 Added the "lock", "lodsb", "lodsd", "lodsw", "loop", "loope", "loopne", "loopnz" and "loopz" instructions 2011-04-19 23:28:38 +00:00
fb58a25507 Added the "movd" instruction 2011-04-19 23:05:58 +00:00