![]() |
|
|
|
#1
|
||||
|
||||
|
You can lookup the proper translation ids that the file offers via: VerQueryValueA/VerQueryValueW
They can be requested via the following lookup property: \\VarFileInfo\\Translation MSDN shows an example of doing that here: https://docs.microsoft.com/en-us/windows/win32/api/winver/nf-winver-verqueryvaluea This way you don't have to hardcode it to English only, or guess. Using GetACP won't guarantee a valid number either, as that is specific to the system and not the file.
__________________
Personal Projects Site: https://atom0s.com |
| The Following User Says Thank You to atom0s For This Useful Post: | ||
phroyt (04-29-2020) | ||
|
#2
|
|||
|
|||
|
What kind of protection is this below?
Code:
https://i.stack.imgur.com/70pG4.png Even save after changes. Tried to inject a DLL using LordPE but it's also blocked. Last edited by phroyt; 04-29-2020 at 11:12. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading process memory | FEARHQ | General Discussion | 10 | 01-22-2005 21:24 |
| Is it possbile to play a file from the memory without caching it on the HDD? | raladin | General Discussion | 10 | 04-22-2004 01:49 |