Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F646364
Scylla.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
956 B
Subscribers
None
Scylla.cpp
View Options
#include
"Scylla.h"
#include
"NativeWinApi.h"
#include
"SystemInformation.h"
#include
"ProcessAccessHelp.h"
ConfigurationHolder
Scylla
::
config
(
L
"Scylla.ini"
);
PluginLoader
Scylla
::
plugins
;
ProcessLister
Scylla
::
processLister
;
const
WCHAR
Scylla
::
DEBUG_LOG_FILENAME
[]
=
L
"Scylla_debug.log"
;
FileLog
Scylla
::
debugLog
(
DEBUG_LOG_FILENAME
);
ListboxLog
Scylla
::
windowLog
;
void
Scylla
::
initAsGuiApp
()
{
config
.
loadConfiguration
();
plugins
.
findAllPlugins
();
NativeWinApi
::
initialize
();
SystemInformation
::
getSystemInformation
();
if
(
config
[
DEBUG_PRIVILEGE
].
isTrue
())
{
processLister
.
setDebugPrivileges
();
}
ProcessAccessHelp
::
getProcessModules
(
GetCurrentProcessId
(),
ProcessAccessHelp
::
ownModuleList
);
}
void
Scylla
::
initAsDll
()
{
ProcessAccessHelp
::
ownModuleList
.
clear
();
NativeWinApi
::
initialize
();
SystemInformation
::
getSystemInformation
();
ProcessAccessHelp
::
getProcessModules
(
GetCurrentProcessId
(),
ProcessAccessHelp
::
ownModuleList
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, May 11, 4:38 PM (1 d, 22 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
72/1b/7bfa3fc7a2c48c8963dbe7ba4f72
Attached To
rSCY Scylla
Event Timeline
Log In to Comment