-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm using chromebook, dual booting xfce(ubuntu) and cr os. The ebook I bought on amazon is not supported on kindle cloud reader. (Under xfce)I downloaded wine and tried installing kindle for pc under wine, and after couples of times of trials, it always said installation error and could not install…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
While I am installing ms office 10 or 13 using wine it says the following:
Unhandled exception: 0xc06d007e in 32-bit code (0x7b83ae0b).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b83ae0b ESP:0a6cd3f8 EBP:0a6cd45c EFLAGS:00000287( - -- I S - -P-C)
EAX:7b826449 EBX:7b8b0000…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I already asked a similar question, "PE Header requirements", but I'm not really satisfied with it's answer.
I am building an assembler/linker, in Java SE 1.6. I have read about 5 different documentations/specifications about the PE/COFF header and file format, but I'm stuck at a problem:
My generated…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What are the requirements of a PE file (PE/COFF)? What fields should be set, which value, at a bare minimum for enabling it to "run" on Windows (i.e. executing "ret" instruction and then close, without error).
The library I am building first is the linker: Now, the problem I have is the PE file (PE/COFF)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been looking for a way of modifying static strings stored in Windows .exe files in the .rdata section, however I haven't found a real way to do so yet.
The whole thing is too complicated to do by hand (in this case by a HEX editor) and so I wanted to know if you have a solution to do so.
>>> More