giangnguyen 0 Report post Posted September 2, 2016 Does anyone know what is the translation for PPS_POST_PROCESS_INIT_ROUTINE in au3? https://msdn.microsoft.com/en-us/library/windows/desktop/aa813706(v=vs.85).aspx I need it in order to create a struct to store PEB data in. Thanks a lot. Share this post Link to post Share on other sites
Danyfirex 457 Report post Posted September 2, 2016 Hello. use ptr. Saludos Sometimes I learn, Sometimes I teach... AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Share this post Link to post Share on other sites
giangnguyen 0 Report post Posted September 2, 2016 6 minutes ago, Danyfirex said: Hello. use ptr. Saludos Thanks a lot! So it points to a structure of that type right? Is that the correct way to see the types that aren't "normal" (ptr, dword, etc)? Share this post Link to post Share on other sites
Danyfirex 457 Report post Posted September 2, 2016 (edited) Yes it is a pointer. But seem to be a function pointer. to see uncommon types just use Google. Saludos Edited September 2, 2016 by Danyfirex Sometimes I learn, Sometimes I teach... AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Share this post Link to post Share on other sites