Aix Posted August 16, 2022 Posted August 16, 2022 Sorry for the noob question, but .. I need some help how to get strings from dll-files. The info I get is like: @wifidisplay.dll,-10200 %windir%\system32\diagtrack.dll,-3001@FirewallAPI.dll,-31269 I would like to translate them into human readable strings.... @wifidisplay.dll,-10200 -> "Drahtlose Anzeige (TCP eingehend)" %windir%\system32\diagtrack.dll,-3001 -> "Benutzererfahrung und Telemetrie im verbundenen Modus"@FirewallAPI.dll,-31269 -> "Windows Media Player Network Sharing Service (SSDP-In)" Without experience in dllcalls.... How can I do that?
Solution Aix Posted August 17, 2022 Author Solution Posted August 17, 2022 Found it.. _WinAPI_LoadLibraryEx and _WinAPI_LoadString made it! Thanx @all
Zedna Posted August 17, 2022 Posted August 17, 2022 You can use also _WinAPI_LoadIndirectString(...) Resources UDF ResourcesEx UDF AutoIt Forum Search
Aix Posted August 18, 2022 Author Posted August 18, 2022 16 hours ago, Zedna said: _WinAPI_LoadIndirectString(...) @Zedna nice! Thanx 🙂
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now