MCPcopy Create free account

hub / github.com/DarthTon/Xenos / functions

Functions299 in github.com/DarthTon/Xenos

MethodComboBox
src/ComboBox.hpp:11
MethodControl
src/Control.hpp:11
MethodCreateDump
<summary> Write crash dump </summary> <param name="strFilePath">Output file</param> <param name="flags">flags</param>
src/DumpHandler.cpp:166
MethodDialog
src/Dialog.hpp:17
MethodDisableWatchdog
<summary> Remove unhanded exception filter </summary>
src/DumpHandler.cpp:76
MethodDlgProc
<summary> Dialog message proc </summary>
src/Dialog.hpp:92
MethodDlgSettings
src/DlgSettings.cpp:5
MethodDlgWait
src/DlgWait.cpp:4
MethodDriverExtract
src/DriverExtract.h:83
MethodDumpHandler
src/DumpHandler.cpp:10
FunctionDumpNotifier
<summary> Crash dump notify callback </summary> <param name="path">Dump file path</param> <param name="context">User context</param> <param name="expt
src/Main.cpp:16
MethodEditBox
src/EditBox.hpp:11
FunctionFatal
src/Log.h:90
MethodFillProcessList
<summary> Enumerate processes </summary> <returns>Error code</returns>
src/Routines.cpp:105
MethodGenDumpFilenames
<summary> Generate crash dump file names </summary> <param name="strFullDump">Full dump name</param> <param name="strMiniDump">Mini dump name</param>
src/DumpHandler.cpp:191
MethodGetTargetProcess
<summary> Get injection target </summary> <param name="context">Injection context.</param> <param name="pi">Process info in case of new process</param
src/InjectionCore.cpp:34
MethodHandleDriver
<summary> Handle BlackBone driver load problems </summary> <param name="type">Injection type</param> <returns>Error code</returns>
src/DlgSettings.cpp:108
MethodInjectDefault
<summary> Default injection method </summary> <param name="context">Injection context</param> <param name="pThread">Context thread of execution</param
src/InjectionCore.cpp:649
MethodInjectKernel
<summary> Kernel-mode injection </summary> <param name="context">Injection context</param> <param name="img">Target image</param> <param name="initRVA
src/InjectionCore.cpp:699
MethodInjectSingle
<summary> Injector thread worker </summary> <param name="context">Injection context</param> <returns>Error code</returns>
src/InjectionCore.cpp:501
MethodInjectionCore
src/InjectionCore.cpp:5
MethodListView
src/ListView.hpp:13
MethodLoadConfig
<summary> Load configuration from file </summary> <returns>Error code</returns>
src/Routines.cpp:8
MethodLoadImageFile
<summary> Load selected image and do some validation </summary> <param name="path">Full qualified image path</param> <returns>Error code </returns>
src/Routines.cpp:281
MethodLogger
src/Log.h:77
MethodMainDlg
src/MainDlg.cpp:7
MethodMapDriver
<summary> Manually map another system driver into system space </summary> <param name="context">Injection context</param> <returns>Error code</returns
src/InjectionCore.cpp:734
MethodMmapFlags
<summary> Get manual map flags from interface </summary> <returns>Flags</returns>
src/DlgSettings.cpp:339
MethodModulesDlg
src/DlgModules.cpp:5
MethodOnCancel
src/DlgSettings.cpp:83
MethodOnClearImages
src/MainDlg.cpp:166
MethodOnClose
src/MainDlg.cpp:100
MethodOnClose
<summary> WM_CLOSE handler </summary>
src/Dialog.hpp:126
MethodOnCloseBtn
src/DlgWait.cpp:30
MethodOnCloseBtn
src/DlgModules.cpp:42
MethodOnCommand
<summary> WM_COMMAND handler </summary>
src/Dialog.hpp:112
MethodOnDragDrop
src/MainDlg.cpp:234
MethodOnDropDown
src/MainDlg.cpp:108
MethodOnEjectModules
src/MainDlg.cpp:307
MethodOnExecute
src/MainDlg.cpp:177
MethodOnExistingProcess
src/MainDlg.cpp:210
MethodOnInit
src/DlgWait.cpp:19
MethodOnInit
src/MainDlg.cpp:43
MethodOnInit
<summary> WM_INITDIALOG handler </summary>
src/Dialog.hpp:103
MethodOnInit
src/DlgModules.cpp:19
MethodOnInit
src/DlgSettings.cpp:19
MethodOnLoadImage
src/MainDlg.cpp:131
MethodOnLoadProfile
src/MainDlg.cpp:249
MethodOnOK
src/DlgSettings.cpp:76
MethodOnProtectSelf
src/MainDlg.cpp:287
MethodOnRemoveImage
src/MainDlg.cpp:149
MethodOnSaveProfile
src/MainDlg.cpp:271
MethodOnSelChange
src/MainDlg.cpp:116
MethodOnSelChange
src/DlgSettings.cpp:88
MethodOnSelectExecutable
src/MainDlg.cpp:218
MethodOnSettings
src/MainDlg.cpp:184
MethodOnUnload
src/DlgModules.cpp:47
MethodOpenSaveDialog
<summary> Invoke Open/Save file dialog </summary> <param name="filter">File filter</param> <param name="defIndex">Default filter index</param> <param
src/Routines.cpp:238
MethodPath
src/rapidxml_wrap.hpp:298
MethodRefreshList
<summary> Refresh module list </summary>
src/DlgModules.cpp:84
MethodSaveConfig
<summary> Save Configuration. </summary> <returns>Error code</returns>
src/Routines.cpp:86
MethodSaveConfig
<summary> Save Configuration. </summary> <returns>Error code</returns>
src/DlgSettings.cpp:202
MethodSetActiveProcess
<summary> Set current process </summary> <param name="pid">Target PID</param> <param name="path">Process path.</param> <returns>Error code</returns>
src/Routines.cpp:127
MethodShow
src/Message.hpp:38
MethodShowError
src/Message.hpp:17
MethodShowInfo
src/Message.hpp:27
MethodShowQuestion
src/Message.hpp:32
MethodShowWarning
src/Message.hpp:22
MethodStatusBar
src/StatusBar.hpp:12
MethodSubProc
src/Window.hpp:73
MethodSubclass
src/Window.hpp:45
MethodUnhandledExceptionFilter
<summary> Unhanded exception filter </summary> <param name="ExceptionInfo">Exception information</param> <returns>Exception handling status</returns>
src/DumpHandler.cpp:90
MethodUpdateFromConfig
<summary> Update interface accordingly to current config </summary> <returns>Error code</returns>
src/DlgSettings.cpp:168
MethodUpdateInterface
<summary> Update interface controls </summary> <returns>Error code</returns>
src/Routines.cpp:191
MethodUpdateInterface
<summary> Update interface controls </summary>
src/DlgSettings.cpp:228
MethodValidateContext
<summary> Validate all parameters </summary> <param name="context">Injection context</param> <returns>Error code</returns>
src/InjectionCore.cpp:231
MethodValidateInit
<summary> Validate initialization routine </summary> <param name="init">Routine name</param> <param name="initRVA">Routine RVA, if found</param> <retu
src/InjectionCore.cpp:338
MethodWaitForInjection
<summary> Wait for injection </summary> <returns>Error code</returns>
src/DlgWait.cpp:40
MethodWatchdogProc
<summary> Crash watcher </summary> <param name="lpParam">DumpHandler pointer</param> <returns>Error code</returns>
src/DumpHandler.cpp:111
MethodWindow
src/Window.hpp:17
MethodXmlDoc
* Create non-initialized XML document. */
src/rapidxml_wrap.hpp:600
MethodXmlIter
src/rapidxml_wrap.hpp:530
MethodXmlRange
src/rapidxml_wrap.hpp:570
MethodXmlWrap
src/rapidxml_wrap.hpp:333
Methodalign
src/rapidxml/rapidxml.hpp:587
Methodall_children_of
src/rapidxml_wrap.hpp:716
Methodallocate_aligned
src/rapidxml/rapidxml.hpp:613
Methodallocate_raw
src/rapidxml/rapidxml.hpp:593
Methodattribute_iterator
src/rapidxml/rapidxml_iterators.hpp:106
Methodclear
Clears the document by deleting all nodes and clearing the memory pool. All nodes owned by document pool are destroyed.
src/rapidxml/rapidxml.hpp:1429
Methodclone_node
Clones an xml_node and its hierarchy of child nodes and attributes. Nodes and attributes are allocated from this memory pool. Names and values are not
src/rapidxml/rapidxml.hpp:511
Functioncount_attributes
src/rapidxml/rapidxml_utils.hpp:108
Functioncount_children
src/rapidxml/rapidxml_utils.hpp:93
Methodcreate_or_find_node
src/rapidxml_wrap.hpp:430
Methodcreate_value
src/rapidxml_wrap.hpp:459
Methoddata
Gets file data. \return Pointer to data of file.
src/rapidxml/rapidxml_utils.hpp:65
Methoddocument
Gets document of which attribute is a child. \return Pointer to document that contains this attribute, or 0 if there is no parent document.
src/rapidxml/rapidxml.hpp:833
Methoddocument
Gets document of which node is a child. \return Pointer to document that contains this node, or 0 if there is no parent document.
src/rapidxml/rapidxml.hpp:937
Functionensure_tchar
src/StringUtil.h:71
Methodfile
Loads file into the memory. Data will be automatically destroyed by the destructor. \param filename Filename to load.
src/rapidxml/rapidxml_utils.hpp:28
← previousnext →101–200 of 299, ranked by callers