Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


C++ 64bit virtual cave

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Cestra
Newbie cheater
Reputation: 0

Joined: 03 Jun 2016
Posts: 14

PostPosted: Tue Sep 20, 2016 9:14 pm    Post subject: C++ 64bit virtual cave Reply with quote

Hi guys.

How to get 8 bytes address? same like CE; 7fffffffffffffff


Code:
 HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, GetProcId("notepad.exe"));
 
   LPVOID pRemoteThread = VirtualAllocEx(hProcess, NULL, sizeof(void*) == 8, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE);
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Wed Sep 21, 2016 11:25 am    Post subject: Reply with quote

WHAT ? Can you explain more
_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
Cestra
Newbie cheater
Reputation: 0

Joined: 03 Jun 2016
Posts: 14

PostPosted: Thu Sep 22, 2016 5:23 am    Post subject: Reply with quote

it's working but only 5 bytes addr.

OS: Win8.1



x64CaveAddress.jpg
 Description:
 Filesize:  82.01 KB
 Viewed:  6434 Time(s)

x64CaveAddress.jpg


Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Thu Sep 22, 2016 2:37 pm    Post subject: Reply with quote

Code:
LPVOID pRemoteThread = VirtualAllocEx(hProcess, NULL, 8, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE);
Back to top
View user's profile Send private message
Cestra
Newbie cheater
Reputation: 0

Joined: 03 Jun 2016
Posts: 14

PostPosted: Thu Sep 22, 2016 4:43 pm    Post subject: Reply with quote

Zanzer wrote:
Code:
LPVOID pRemoteThread = VirtualAllocEx(hProcess, NULL, 8, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE);


it's same as above.

trying "JMP 97D5680000" <==== cave address

CE report;
Code:
The generated code 14 bytes long, but the slected code 5 bytes long.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Thu Sep 22, 2016 4:58 pm    Post subject: Reply with quote

Assemble
Jmp [rip+0]
DQ address

_________________
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
View user's profile Send private message MSN Messenger
Cestra
Newbie cheater
Reputation: 0

Joined: 03 Jun 2016
Posts: 14

PostPosted: Thu Sep 22, 2016 8:47 pm    Post subject: Reply with quote

Dark Byte wrote:
Assemble
Jmp [rip+0]
DQ address


Thanks Dark Byte. good idea Smile

Code:
DWORD64 AllocMem = VirtualAllocEx64(hProcess, (0x7FF7BB542C42 + (INT64)pRemoteThread * 32), TEST_SIZE, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE);
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites