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 


[?] skipping intro movies

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
reverser69
Expert Cheater
Reputation: 0

Joined: 03 Sep 2014
Posts: 112

PostPosted: Sat Jun 06, 2020 11:04 am    Post subject: [?] skipping intro movies Reply with quote

hi all
is any useful thing that I should know when I want to find where the code loads the intro movies and stuff so I can jump pass them?
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sat Jun 06, 2020 2:05 pm    Post subject: Reply with quote

Few methods of finding the related code:
- Look for strings that match the video file name.
- Look for DLL calls to video player-related methods. (If using external libraries to play the videos.)
- Look for internal exports of video player-related methods. (In some cases, processes will statically link to a library but still export that libraries functions.)
- Look for functionality related to game data/file loading. (If the video file is in a certain archive/data file of the game, look for that file name or the means of how the game loads said file.)

You can also try hooking onto/debugging file-related APIs such as:
- CreateFileA / CreateFileW
- ReadFile
- fopen / fopen_s
- fread

And monitor for when the API is being used to load the video file you are looking to skip. Trace back to where the API was called from to find where the game is loading said file and work from there.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
reverser69
Expert Cheater
Reputation: 0

Joined: 03 Sep 2014
Posts: 112

PostPosted: Sun Jun 07, 2020 2:54 am    Post subject: Reply with quote

fopen? what library is it?
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sun Jun 07, 2020 1:19 pm    Post subject: Reply with quote

fopen, and similar, are part of the C standard library. Which library that implements them depends on how the application was compiled and with what compiler/linker. Compilers will generally offer them in a specific lib that implements the C standard functions, but you can also make your own and not compile against a normal standard lib.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
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