Daniel Reimer
a7fddf9c07
Delete all Trailing spaces in code.
...
svn path=/trunk/; revision=29689
2007-10-19 23:05:02 +00:00
Magnus Olsen
70ab8ffa3c
start implement detections of export functions name. not finish does not working yet. Only fix pe loader so it works
...
svn path=/trunk/; revision=25658
2007-01-28 19:52:02 +00:00
Magnus Olsen
fa8f26e7c6
Fixing the src and dst of register so they are being read right (PPC brain)
...
Adding stw for dissembler and converting (PPC and IA32)
Fixing a counter bug in ConvertBitToByte, ConvertBitToByte32, GetMaskByte, GetMaskByte32
we did miss one bit calculation when we count the mask the bit 0
svn path=/trunk/; revision=25527
2007-01-19 08:20:42 +00:00
Magnus Olsen
0cb4e210e1
Fixing another bug in converting
...
PPC
stwu r1,-32(r1)
equal with intel
mov [esp-32],esp;
mov esp, esp - 32;
svn path=/trunk/; revision=25518
2007-01-18 22:09:08 +00:00
Magnus Olsen
a286bd796f
Adding stwu to converting to ia32
...
fixing some smaller bug when it was disabmler
fixing dymatic translations of abi for ppc and ia32
svn path=/trunk/; revision=25517
2007-01-18 21:35:48 +00:00
Magnus Olsen
36a8eccf27
Implement disambler for stwu, left todo add it to the Converter
...
svn path=/trunk/; revision=25514
2007-01-18 19:33:48 +00:00
Magnus Olsen
22033f60ea
fixing dymatic abi for ppc, and implement a dymatic abi even for ia32 converter
...
svn path=/trunk/; revision=25500
2007-01-17 20:25:46 +00:00
Magnus Olsen
3f44d73a4b
fixing count how many reg we are using. so we can setup a frame pointer
...
svn path=/trunk/; revision=25499
2007-01-17 18:47:08 +00:00
Magnus Olsen
d1aa0d32ae
Adding m68k,arm,ia32,ppc to ppc convert.
...
Remove the old disambler list from ppc to ppc
implement new ppc to ppc disambler that are allot better at end.
svn path=/trunk/; revision=25498
2007-01-17 17:35:18 +00:00
Magnus Olsen
65747168ef
fixing a bug did write end code for frame pointer that we do not have
...
tempary fix, we can not optimize code so good yet. so if it more that 4 register same time we are using own frame, ebx is working as our ebp for we already resvert the ebp
svn path=/trunk/; revision=25497
2007-01-17 16:23:39 +00:00
Magnus Olsen
af42a0cc24
fixing the ppc to ia32 break, use ebx as ebp if we got to many register.
...
svn path=/trunk/; revision=25496
2007-01-17 15:31:47 +00:00
Magnus Olsen
69999a5ad4
This break the ppc disambler support and convert to ia32, temporary
...
I change the desgin lite to preopare the ia32 to ppc
svn path=/trunk/; revision=25495
2007-01-17 15:02:43 +00:00