sahil

Results 8 issues of sahil

`constexpr in a;` shows syntax error. Maybe the tool is purely C, and doesn't support C++. This will not be a bug then. Is there a similar tool for C++?...

I am trying to find interesting RPC within windows binaries. I am able to get RPC interfaces but not able to figure out how to invoke them. How were you...

I have tried running it with both an existing project and a new one, in powershell and in cmd.exe. ## Existing project: ` .\support\analyzeHeadless.bat C:\Users\j displayenhancementservice2.gpr -postScript post_script.py -scriptPath C:\Users\j\ghidra_scripts...

Added support for rpcrt4.dll version 10.0.19041.1806 (windows 10 19044.2364 - 21H2). Followed instructions at - https://itm4n.github.io/fuzzing-windows-rpc-rpcview/

on calling the `stop()` method, the thread which fetches data from mindWave **should stop and mindWave should be disconnected** but it is not happening and the **thread continues to run**....

bug

Tool doesn't work in the expected way on 8K monitors with DPI scaling set to 500%. Messages are not received. 7680x4320 resolution, 500% DPI scaling 64 bit version of windows...

I am following your medium.com article on how to discover RPC interfaces - https://medium.com/threat-hunters-forge/extending-the-exploration-and-analysis-of-windows-rpc-methods-calling-other-functions-with-ghidra-e4cdaa9555bd. My next question is how to invoke these interfaces from C++? Will I have to create...