View previous topic :: View next topic |
Author |
Message |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Tue Mar 13, 2012 11:03 am Post subject: Is there any documentation? |
|
|
Is there any documentation for CE sources so that I can look at it and learn.
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Tue Mar 13, 2012 12:03 pm Post subject: |
|
|
besides some lose schematics not really. Just read the comments and the class definitions
and ask questions
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Tue Mar 13, 2012 12:46 pm Post subject: |
|
|
Quote: | return; //error, there's no fucking reason to do a scan like this.... |
Quote: | DWORD New8087CW=0x133f; //fuck floating point exceptions |
Quote: | //hideme(DriverObject); //ok, for those that see this, enabling this WILL fuck up try except routines, even in usermode you'll get a blue sreen |
Quote: | //edit, who cares, fuck the original state, it's my own state now |
Quote: | fucker:
mov rdi,[rbp+128+ 72] ; param1:currentcpuinfo (rdi of the original host registers, so past the guest registers, inside the host save state)
mov rsi,rbp ; param2: pointer to the guest registers (stored on stack)
cmp rdi,0
jne notfucker
xchg bx,bx
wbinvd
mov rbx,0x681e
vmread rax,rbx
mov rbx,0x6808
vmread rbx,rbx
mov rdi,[rsp+128+ 72] ; param1:currentcpuinfo (rdi of the original host registers, so past the guest registers, inside the host save state)
mov rsi,rsp ; param2: pointer to the guest registers (stored on stack)
notfucker:
;sub rbp,8 |
Quote: | sendstring("This fucking retarded system doesn'\t even have cpuid. Should I fry it ?\n\r"); |
Quote: | displayline("Someone has fucked up the memory allocator\n"); |
Seems you are an angry coder DB lol.
_________________
- Retired. |
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Tue Mar 13, 2012 12:51 pm Post subject: |
|
|
Strange. DB 's secret revealed.
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Tue Mar 13, 2012 5:19 pm Post subject: |
|
|
Interesting note about that "fucker:" routine.
executing this:
Code: |
mov [rbp+128+ 72],123
mov rdi,[rbp+128+ 72]
|
The result was that the value at [rbp+128+72] DID contain the value 123, but RDI was 0
Didn't know what other name to give this situation...
In the end it turned out that it was the emulator (bochs) that did something wrong, but it took a long time to get fixed
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
qvloveh34ever How do I cheat?
Reputation: 0
Joined: 13 Mar 2012 Posts: 2
|
Posted: Wed Mar 14, 2012 1:45 pm Post subject: |
|
|
hi Dark Byte
can u reupload this plugin ?
[Plugin] Edited CE Packet Editor
(Plugin development box)
thx
sry my bad english
|
|
Back to top |
|
 |
|