subvert0r
subvert0r
Describe the bug Objection has successfully downloaded libfrida-gadget.so, but after that it always fails to pull git tags due to network problems, but since it has successfully obtained gadget, why...
Steps to reproduce : ``` 1. Install Fibratus and execute Fibratus run (optionally capture output somewhere) (Windows 10 x64) 2. Download this LSASS dumper : https://github.com/tastypepperoni/PPLBlade/releases/download/v1.0/PPLBlade.exe (Note: Defender detects PPLBlade.exe...
I am trying to get events related to service creation, and so far I have tried these: ``` Microsoft-Windows-Services Service Control Manager Service Control Manager Trace ``` But strangely, non...
Using the provided default config file will raise an exception.. https://github.com/pathtofile/Sealighter/blob/main/docs/CONFIGURATION.md#kernel_traces ``` { "session_properties": { "session_name": "My-Process-Trace", "output_format": "stdout", "buffering_timout_seconds": 10 }, "user_traces": [ { "trace_name": "proc_trace", "provider_name": "Microsoft-Windows-Kernel-Process", "keywords_any":...
Does this project support Proxmox for Virtual Machine Introspection of Proxmox VMs?
I have minimized my callback function to just collect as much as info as possible and just pass that to another thread, But I am still missing some events when...
These telemetries are missing from the comparison: ``` Task Start Service Start ``` If we are going to even include deletion of these, then surely starting it would be included...
### Question description I have tested the boot time DSE bypass without the patchguard, and I did not get any BSOD, even after waiting 40-50 minute. My question is, is...
### Question description I have added a code to load windows boot manager in the DXE project itself, and tried to load this instead of the loader, and it worked...
I am not sure what the problem is, but for `volmgr` devices, such as `\device\harddiskvolumeX`, `IoGetDeviceObjectPointer` returns a FltMgr device! I know that `IoGetDeviceObjectPointer` returns the top most device in...