Skip to content

Frida 17#3

Open
jpstotz wants to merge 4 commits intoCyberCX-STA:mainfrom
jpstotz:main
Open

Frida 17#3
jpstotz wants to merge 4 commits intoCyberCX-STA:mainfrom
jpstotz:main

Conversation

@jpstotz
Copy link

@jpstotz jpstotz commented Jul 14, 2025

Thanks for this named pipe sniffer script. As Frida 17 has removed some functions the script wasn't runnable anymore, so I performed the necessary changes to make it run on Frida 17.

Additionally I added a way to see the name of the pipe in read/write operations when Frida is attached to a process that had opened the pipe before frida was connected, so we don't see createFile/createNamedPipe calls. The pipe name is recovered using GetFileInformationByHandleEx.

I also fixed some problems with multi-threading caused by using global variables for transmitting data from onEnter to onLeave.

The PR also contains code formatting changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant