Skip to content

Commit

Permalink
ShellExecuteEx{A,W} added
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ext committed May 24, 2017
1 parent 44486f0 commit 419e733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_re.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'RtlCreateUserProcess', 'NtCreateSection', 'ZwCreateSection', 'NtOpenSection', 'ZwOpenSection',
'NtAllocateVirtualMemory', 'ZwAllocateVirtualMemory', 'NtWriteVirtualMemory', 'ZwWriteVirtualMemory',
'NtMapViewOfSection', 'ZwMapViewOfSection', 'OpenSCManager', 'CreateService', 'OpenService',
'StartService', 'ControlService'],
'StartService', 'ControlService', 'ShellExecuteExA', 'ShellExecuteExW'],
'inject': ['OpenProcess-disabled', 'ZwOpenProcess', 'WriteProcessMemory', 'CreateRemoteThread', 'QueueUserAPC'],
'com': ['CoCreateInstance', 'CoInitializeSecurity', 'CoGetClassObject', 'OleConvertOLESTREAMToIStorage'],
'crypto': ['CryptAcquireContext', 'CryptProtectData', 'CryptUnprotectData', 'CryptProtectMemory',
Expand Down

0 comments on commit 419e733

Please sign in to comment.