mirror of
https://github.com/oldboy21/RflDllOb
synced 2026-06-06 16:24:34 +00:00
Timer callback spoofing
This commit is contained in:
@@ -19,6 +19,16 @@ This version is based on the following:
|
||||
* [SLE(A)PING Issues: SWAPPALA and Reflective DLL Friends Forever](https://oldboy21.github.io/posts/2024/06/sleaping-issues-swappala-and-reflective-dll-friends-forever/)
|
||||
* [Timer Callbacks Spoofing to Improve your SLEAP and SWAPPALA Untold](https://oldboy21.github.io/posts/2024/09/timer-callbacks-spoofing-to-improve-your-sleap-and-swappala-untold/)
|
||||
|
||||
## RflDllOb-NG VS In-memory Scanners
|
||||
|
||||
Results at the time of the commit, who knows how it is going to be (!?)
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Sit down, I will tell you a story
|
||||
|
||||
If you do not want to read my blogs and miss all the memes and the GIFs:
|
||||
@@ -37,16 +47,6 @@ Last update (September 2024) also includes the logic for spoofing the callback a
|
||||
|
||||
To conclude: SWAPPALA and SLEAPING are used to load the reflective DLL in a private mapping backed by physical memory and swap-it with a memory mapping backed by a legit DLL on disk, at its very own legit address. All of this orchestrated at sleeping time by worker threads created in a suspended state and resumed via OS timers.
|
||||
|
||||
## RflDllOb-NG VS In-memory Scanners
|
||||
|
||||
Results at the time of the commit, who knows how it is going to be (!?)
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Little Demo
|
||||
|
||||
This demo helps to understand how the Reflective DLL Ob hides itself behind a legit dll at sleeping time.
|
||||
|
||||
Reference in New Issue
Block a user