Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/D4stiny/PeaceMaker
/ functions
Functions
139 in github.com/D4stiny/PeaceMaker
⨍
Functions
139
◇
Types & classes
50
Method
InitializeFiltersTable
* @brief MainWindow::InitializeFiltersTable - Initialize the filters table. */
PeaceMakerGUI/mainwindow.cpp:96
Method
InitializeProcessImagesTable
* @brief InvestigateProcessWindow::InitializeProcessImagesTable - Initialize properties for the process images table. */
PeaceMakerGUI/InvestigateProcessWindow.cpp:68
Method
InitializeProcessInfoTable
* @brief InvestigateProcessWindow::InitializeProcessInfoTable - Initialize properties for the process info table. */
PeaceMakerGUI/InvestigateProcessWindow.cpp:29
Method
InitializeProcessesTable
* @brief MainWindow::InitializeProcessesTable - Initialize the processes table. */
PeaceMakerGUI/mainwindow.cpp:67
Method
InitializeStackHistoryTable
* @brief InvestigateProcessWindow::InitializeStackHistoryTable - Initialize properties for the stack history table. * @param historyTable - The stack
PeaceMakerGUI/InvestigateProcessWindow.cpp:52
Method
InvestigateProcessWindow
PeaceMakerGUI/InvestigateProcessWindow.cpp:104
Method
LoadImageNotifyRoutine
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
Method
MainWindow
PeaceMakerGUI/mainwindow.cpp:277
Method
PreOperationCallback
Filter for certain operations on a protected process. @param RegistrationContext - Always NULL. @param OperationInformation - Information about the
PeaceMaker Kernel/TamperGuard.cpp:79
Function
PsGetProcessPeb
PeaceMaker Kernel/common.cpp:26
Method
RegistryBlockingFilter
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
Method
RegistryCallback
The callback for registry operations. If necessary, blocks certain operations on protected keys/values. @param CallbackContext - Unreferenced paramet
PeaceMaker Kernel/RegistryFilter.cpp:286
Method
StackWalker
PeaceMaker Kernel/StackWalker.h:18
Method
StringFilters
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
Method
TamperGuard
Initialize tamper protection. This constructor will create appropriate callbacks. @param InitializeStatus - Status of initialization. */
PeaceMaker Kernel/TamperGuard.cpp:15
Method
TerminateProcessInHistory
Set a process to terminated, still maintain the history. @param ProcessId - The process ID of the process being terminated. */
PeaceMaker Kernel/ImageHistoryFilter.cpp:354
Method
ThreadFilter
Initialize thread notify filters to detect manually mapped threads. @param DetectionLogic - Detection instance used to analyze untrusted operations.
PeaceMaker Kernel/ThreadFilter.cpp:17
Method
ThreadNotifyRoutine
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
Method
ThreadUpdateTables
* @brief MainWindow::ThreadUpdateTables - Thread callback that updates all tables. * @param This - This pointer for the MainWindow instance. */
PeaceMakerGUI/mainwindow.cpp:159
Method
UninitializeDriverIOCTL
Undo everything done in InitializeDriverObject. @return The status of uninitialization. */
PeaceMaker Kernel/IOCTLCommunication.cpp:552
Method
UpdateWidget
* @brief InvestigateProcessWindow::UpdateWidget - Refresh stylesheet (Qt bug). * @param widget - Widget to update. */
PeaceMakerGUI/InvestigateProcessWindow.cpp:94
Function
main
PeaceMaker CLI/PeaceMaker CLI.cpp:98
Function
main
PeaceMakerGUI/main.cpp:6
Method
mousePressEvent
* @brief ClickableTab::mousePressEvent notifies the main window of a tab being clicked. * @param event - Details about the click event. */
PeaceMakerGUI/ClickableTab.cpp:110
Method
on_AddFilterButton_clicked
* @brief MainWindow::on_AddFilterButton_clicked - Add a filter. */
PeaceMakerGUI/mainwindow.cpp:668
Method
on_DeleteAlertButton_clicked
* @brief MainWindow::on_DeleteAlertButton_clicked - Delete the selected alert. */
PeaceMakerGUI/mainwindow.cpp:652
Method
on_DeleteFilterButton_clicked
* @brief MainWindow::on_DeleteFilterButton_clicked - Make a request to delete the selected filter. */
PeaceMakerGUI/mainwindow.cpp:677
Method
on_InvestigateProcessButton_clicked
* @brief MainWindow::on_InvestigateProcessButton_clicked - Open the process investigation window for the selected process. */
PeaceMakerGUI/mainwindow.cpp:552
Method
on_OpenAlertButton_clicked
* @brief MainWindow::on_OpenAlertButton_clicked - Open the selected alert. */
PeaceMakerGUI/mainwindow.cpp:629
Method
on_ProcessSearch_editingFinished
* @brief MainWindow::on_ProcessSearch_editingFinished - Search for the specified process. */
PeaceMakerGUI/mainwindow.cpp:587
Method
on_pushButton_clicked
* @brief AddFilterWindow::on_pushButton_clicked - Handle the "Add Filter" button and actually add the filter. */
PeaceMakerGUI/addfilterwindow.cpp:38
Function
operator delete
PeaceMaker Kernel/common.cpp:22
Function
operator 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
← previous
101–139 of 139, ranked by callers