-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
EspressoCake
committed
Dec 16, 2021
0 parents
commit d9d4319
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Native Function Static Map | ||
|
||
#### What is this? | ||
- A *very* naive attempt to use `Windbg Preview`'s scripting component to generate `JSON`, which was then rendered to a table in `ReactJS` | ||
- The result you see is just a `PDF` of the rendered page | ||
|
||
#### Who wrote it? | ||
- Justin Lucas ([@the_bit_diddler](https://twitter.com/the_bit_diddler)) | ||
|
||
#### What problem are you trying to solve? | ||
- A [question](https://twitter.com/0xBoku/status/1470770303714353165) posed by [Bobby Cooke](https://twitter.com/0xBoku) got me thinking of an older [`PoC`](https://gist.github.com/EspressoCake/3c7743742840992c7d7424d569ae5e02#file-naivegrabzwntcalls-js), and I figured that it could be extended/modified to suit some aspects of that request | ||
- Notably, ~~ab~~use of the `.logopen` and `.logclose` `Windbg` commands to dump the global `JSON` representation | ||
|
||
#### What about a dynamic/traced version, vs. static? | ||
- Please refer to [b33f's](https://twitter.com/FuzzySec) project utilizing Frida, [Fermion!](https://github.com/FuzzySecurity/Fermion) | ||
|
||
#### What are the limitations? | ||
- It isn't guaranteed that all/any of these calls will be reflected on *your specific system/build version*; verify yourself! | ||
- The original script has its limitations, and I'm aware of it's missing of some more obvious functions/symbols (e.g. `CreateProcess(Ex)`) | ||
- I plan on identifying the cause of this at some point, but no promises |