_RastaMouse
rastamouse.me
_RastaMouse
@rastamouse.me
Wannabe security guy. Director @ Zero-Point Security.
Postex PICOs <3
November 13, 2025 at 4:38 PM
Jumping on the bandwagon
November 11, 2025 at 5:22 PM
Did you know that Crystal Palace can merge multiple COFFs straight into a single PIC blob? It means we can produce complete PIC programs from modular parts, without needing a dedicated loader. Plus access to DFR and shared libraries... just lovely.
October 24, 2025 at 6:35 PM
I found it far more enjoyable doing string replacements in Aggressor than in the C2 profile because the feedback loop is so much quicker - no need to stop/start the server after every change.
October 24, 2025 at 3:44 PM
Took me long enough, but finally managed to hook into mscoreei.dll and stack spoof load library calls for clr.dll.
October 22, 2025 at 4:37 PM
Crystal Kit is just too powerful.
October 16, 2025 at 3:16 PM
I'm legit blown away. We can use DFR with Nt* APIs now!
October 13, 2025 at 6:58 PM
Lovely jubbly
October 5, 2025 at 4:40 PM
My motivation behind this is to hook & spoof APIs that aren't supported by BeaconGate, such as CreateProcessA. Passing the PICO memory allocation data to Beacon via BUD also ensures that a custom Sleepmask can free it after ExitThread is called.
October 5, 2025 at 11:33 AM
Working on a fun Crystal Palace loader that hooks APIs and pushes them through a call stack spoofing PICO.
October 4, 2025 at 8:00 PM
I learned some Java @raphaelmudge.bsky.social !! 😅
September 13, 2025 at 1:33 PM
Playing with @raphaelmudge.bsky.social's latest CP update (it's very cool). I have mixed feelings about merging COFFs though. It simplifies overall development and gives the loader fewer jobs to do, but on the other hand you lose some flexibility about where each "part" goes in memory.
September 12, 2025 at 12:49 PM
lol amazing. If only I knew of a cool server to join.
July 31, 2025 at 5:56 PM
I think I've got a nice way to produce debug builds for Crystal Palace loaders. It produces an EXE that works with WinDbg so you can debug against the source code, with locals, etc.
July 24, 2025 at 5:36 PM
Thanks to this excellent video, we now have a new emoji in the ZPS Discord server, the :sadmudge:. Seriously, this is a good video for getting started with PIC dev and cleared up quite a few things for me.
July 16, 2025 at 4:20 PM
Hooking arbitrary BOFs via @raphaelmudge.bsky.social's Crystal Palace is very cool. I'm going to explore more to see if I can rip out the SleepMask and BeaconGate into their own PICOs, rather than using the official BOF codebases.
July 14, 2025 at 2:13 PM
Having another look at Raffi's Crystal Palace PIC loaders today. This time as a post-ex reflective loader with embedded function pointers for GetModuleHandle & GetProcAddress.
June 10, 2025 at 3:48 PM
Used some janky glue to tie into the BEACON_RDLL_GENERATE hook.
June 7, 2025 at 3:06 PM
Only a few tweaks needed to get this working with Beacon. Very cool.
June 7, 2025 at 12:15 PM
December 14, 2024 at 12:01 PM