Posted: Sat Dec 21, 2024 4:13 pm Post subject: Get PE File Details
Is there a possibility to get PE file details like [File description, Product Name, Copyright, ...] using Cheat Engine Lua without the need for external libraries?
Joined: 09 May 2003 Posts: 25792 Location: The netherlands
Posted: Sat Dec 21, 2024 5:15 pm Post subject:
No. you'll have to parse the PE file yourself (or invoke the windows API's to get that info using ExecuteCodeLocalEx) to get that detailed information. Not even ce's internal PE header dissector has functions to read those fields out
Any particular reason you want to use that? There may be some other way to get what you need. _________________
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
Sometimes the PE file name does not match the actual name of the title. And such info can be found in PE properties sometimes.
If there's a way I'm down to try. Sure it involves using Windows APIs. I just want the script to run without the need for external libraries
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