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 


Adding motion blur to AC odyssey, need help pointer scanning

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
xwize
How do I cheat?
Reputation: 0

Joined: 03 Sep 2019
Posts: 1

PostPosted: Tue Sep 03, 2019 7:23 am    Post subject: Adding motion blur to AC odyssey, need help pointer scanning Reply with quote

Hi all, this is my first post here.
I've been using cheat engine for a while so I know the basics.

I have hooked d3d calls in AC odyssey and I know a bunch of render target memory addresses. These render targets could be extremely useful for hud removal and general post process graphics tinkering.

I need a consistent way to refer to these memory addresses without needing to search for them at runtime, so naturally I tried to use cheat engine to resolve them to a pointer chain that would work across game restarts.

But here's the problem, whenever i scan for a known render target address, generate a pointermap and compare, it doesn't find any pointers. I tried in two games, RE2 and AC odyssey, RE2 works just fine, but AC odyssey always gives me 0 results for the comparison.

I'm quite experienced at programming but I'm still relatively new to reverse engineering, so can someone who knows their shit offer me some hints?


I know the application has a pointer, because it draws into the render target every frame, so it obviously has the pointer SOMEWHERE in its address space, so why can't cheat engine find it? I tried every scan setting.

So what reasons might there be for this? Is there some kind of protection going on? I need the opinion of someone with more expertise.

It sucks because this is the only thing stopping me from releasing this mod which would be pretty awesome to have on PC.
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4289

PostPosted: Tue Sep 03, 2019 9:42 am    Post subject: Reply with quote

Apparently a good portion of the graphics engine is done in C#. Assuming it's being compiled to CLI bytecode, you may have an exceptionally hard time finding static pointers. For example, a while ago in a game I forget, I found a base address the compiler stored as an immediate in an instruction (e.g. mov rax,1286c4fda074).

You can ask the pointer scanner to find such an address by turning off the alignment requirement, allowing non-static base addresses, and allowing read-only nodes in the advanced settings. Be aware this will increase scan times drastically. You may need to turn off compressed pointerscan files as well (maybe that bug is fixed now; I don't know).

Even if you did find such an address, you'd still need to do an aobscan for it since it's dynamically compiled. You'd be better off injecting code to copy the end address itself or some node in a pointer path to it. Search for "injection copy" / "injection copies" on youtube for tutorials of varying degrees of quality.

_________________
I don't know where I'm going, but I'll figure it out when I get there.
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 Gamehacking 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