usiegl00
usiegl00
@space-r7 Is the staged payload crashing every time on your machine? It's crashing about 1/5 times on mine. I am working on a fix, but it's not pretty. :-P
@space-r7 Does the most recent commit fix your issue? If not, would you please send me a crash report from Console.app?
Alright, is there any output on the cli running the staged payload like `Bus error: 10` or `Segmentation Fault: 11`? Would you remove the `//#define DEBUG` in `main.c` and run...
Thanks @space-r7! I've found that the symbol mangling has changed in Ventura. I'm working on a fix.
@space-r7 I've just got it working on Ventura 13.3 Beta, going to clean up the code a bit and push my changes.
Hi @space-r7, you wouldn't happen to have a crash log in Console.app?
Thanks! It looks like calling `lsl::Allocator::malloc` is going to crash. I'll have to replicate the function with `vm_allocate` instead...
> Any update on this? @usiegl00 @space-r7 Sorry, just had some personal stuff to deal with last month. I'll be continuing to work on this soon.
@adfoster-r7 Sonoma previewed recently, so I'm going to be working on it.
Yes, the crash was due to the recvfrom syscall reading too many bytes (0x1000). I'll go back to the exact 328 stager size.