User: BrainHijacker

  • Public profile

User profile: BrainHijacker

User info
User name:BrainHijacker
History
Joined:
Number of posts:4
Latest posts:

Read a DWORD from a BYTE array
Crap, I figured out that I should have used: [code] *(DWORD *)(writeBuffer+4) [/code] to actually re...

Read a DWORD from a BYTE array
Thanks, I got it running on the first try with: [code] strcpy ((char *)writeBuffer+4,"copy successfu...

Read a DWORD from a BYTE array
Nice, that works. But I need to write a dword and then a zero-terminated string to the buffer. The ...

Read a DWORD from a BYTE array
I have used ReadFile to fill a BYTE buffer. How can I access the first 4 bytes of it as a DWORD? [c...

This user does not accept Private Messages