MCPcopy Create free account

hub / github.com/D4stiny/PeaceMaker / functions

Functions139 in github.com/D4stiny/PeaceMaker

MethodInitializeFiltersTable
* @brief MainWindow::InitializeFiltersTable - Initialize the filters table. */
PeaceMakerGUI/mainwindow.cpp:96
MethodInitializeProcessImagesTable
* @brief InvestigateProcessWindow::InitializeProcessImagesTable - Initialize properties for the process images table. */
PeaceMakerGUI/InvestigateProcessWindow.cpp:68
MethodInitializeProcessInfoTable
* @brief InvestigateProcessWindow::InitializeProcessInfoTable - Initialize properties for the process info table. */
PeaceMakerGUI/InvestigateProcessWindow.cpp:29
MethodInitializeProcessesTable
* @brief MainWindow::InitializeProcessesTable - Initialize the processes table. */
PeaceMakerGUI/mainwindow.cpp:67
MethodInitializeStackHistoryTable
* @brief InvestigateProcessWindow::InitializeStackHistoryTable - Initialize properties for the stack history table. * @param historyTable - The stack
PeaceMakerGUI/InvestigateProcessWindow.cpp:52
MethodInvestigateProcessWindow
PeaceMakerGUI/InvestigateProcessWindow.cpp:104
MethodLoadImageNotifyRoutine
Notify routine called when a new image is loaded into a process. Adds the image to the corresponding process history element. @param FullImageName -
PeaceMaker Kernel/ImageHistoryFilter.cpp:517
MethodMainWindow
PeaceMakerGUI/mainwindow.cpp:277
MethodPreOperationCallback
Filter for certain operations on a protected process. @param RegistrationContext - Always NULL. @param OperationInformation - Information about the
PeaceMaker Kernel/TamperGuard.cpp:79
FunctionPsGetProcessPeb
PeaceMaker Kernel/common.cpp:26
MethodRegistryBlockingFilter
Initializes the necessary components of the registry filter. @param DriverObject - The object of the driver necessary for mini-filter initialization.
PeaceMaker Kernel/RegistryFilter.cpp:21
MethodRegistryCallback
The callback for registry operations. If necessary, blocks certain operations on protected keys/values. @param CallbackContext - Unreferenced paramet
PeaceMaker Kernel/RegistryFilter.cpp:286
MethodStackWalker
PeaceMaker Kernel/StackWalker.h:18
MethodStringFilters
Initialize the CUSTOM_FILTERS class by initializing the linked list's lock. @param Type - The type of filter to add (filesystem or registry). @param
PeaceMaker Kernel/StringFilters.cpp:15
MethodTamperGuard
Initialize tamper protection. This constructor will create appropriate callbacks. @param InitializeStatus - Status of initialization. */
PeaceMaker Kernel/TamperGuard.cpp:15
MethodTerminateProcessInHistory
Set a process to terminated, still maintain the history. @param ProcessId - The process ID of the process being terminated. */
PeaceMaker Kernel/ImageHistoryFilter.cpp:354
MethodThreadFilter
Initialize thread notify filters to detect manually mapped threads. @param DetectionLogic - Detection instance used to analyze untrusted operations.
PeaceMaker Kernel/ThreadFilter.cpp:17
MethodThreadNotifyRoutine
Called when a new thread is created. Ensure the thread is legit. @param ProcessId - The process ID of the process receiving the new thread. @param T
PeaceMaker Kernel/ThreadFilter.cpp:106
MethodThreadUpdateTables
* @brief MainWindow::ThreadUpdateTables - Thread callback that updates all tables. * @param This - This pointer for the MainWindow instance. */
PeaceMakerGUI/mainwindow.cpp:159
MethodUninitializeDriverIOCTL
Undo everything done in InitializeDriverObject. @return The status of uninitialization. */
PeaceMaker Kernel/IOCTLCommunication.cpp:552
MethodUpdateWidget
* @brief InvestigateProcessWindow::UpdateWidget - Refresh stylesheet (Qt bug). * @param widget - Widget to update. */
PeaceMakerGUI/InvestigateProcessWindow.cpp:94
Functionmain
PeaceMaker CLI/PeaceMaker CLI.cpp:98
Functionmain
PeaceMakerGUI/main.cpp:6
MethodmousePressEvent
* @brief ClickableTab::mousePressEvent notifies the main window of a tab being clicked. * @param event - Details about the click event. */
PeaceMakerGUI/ClickableTab.cpp:110
Methodon_AddFilterButton_clicked
* @brief MainWindow::on_AddFilterButton_clicked - Add a filter. */
PeaceMakerGUI/mainwindow.cpp:668
Methodon_DeleteAlertButton_clicked
* @brief MainWindow::on_DeleteAlertButton_clicked - Delete the selected alert. */
PeaceMakerGUI/mainwindow.cpp:652
Methodon_DeleteFilterButton_clicked
* @brief MainWindow::on_DeleteFilterButton_clicked - Make a request to delete the selected filter. */
PeaceMakerGUI/mainwindow.cpp:677
Methodon_InvestigateProcessButton_clicked
* @brief MainWindow::on_InvestigateProcessButton_clicked - Open the process investigation window for the selected process. */
PeaceMakerGUI/mainwindow.cpp:552
Methodon_OpenAlertButton_clicked
* @brief MainWindow::on_OpenAlertButton_clicked - Open the selected alert. */
PeaceMakerGUI/mainwindow.cpp:629
Methodon_ProcessSearch_editingFinished
* @brief MainWindow::on_ProcessSearch_editingFinished - Search for the specified process. */
PeaceMakerGUI/mainwindow.cpp:587
Methodon_pushButton_clicked
* @brief AddFilterWindow::on_pushButton_clicked - Handle the "Add Filter" button and actually add the filter. */
PeaceMakerGUI/addfilterwindow.cpp:38
Functionoperator delete
PeaceMaker Kernel/common.cpp:22
Functionoperator new
PeaceMaker Kernel/common.cpp:10
Method~AddFilterWindow
PeaceMakerGUI/addfilterwindow.cpp:18
Method~ClickableTab
PeaceMakerGUI/ClickableTab.cpp:24
Method~DetailedAlertWindow
PeaceMakerGUI/detailedalertwindow.cpp:35
Method~IOCTLCommunication
Disconnect from the driver. */
PeaceMaker CLI/IOCTLCommunicationUser.cpp:22
Method~InvestigateProcessWindow
PeaceMakerGUI/InvestigateProcessWindow.cpp:118
Method~MainWindow
PeaceMakerGUI/mainwindow.cpp:307
← previous101–139 of 139, ranked by callers