Justin Bui
Justin Bui
Thanks for raising this up! I'll make a note to try to use an updated version of Darling. I mainly did this because I was scared of version mismatches between...
Will keep this open for now until I test updated versions of Darling.
Hi, this shouldn't be an issue anymore with the recent Mythic 3.0 update. Darling doesn't rely on the kernel module anymore and lives in userland now. Give it a try...
Hey there, when implementing this, I tried a couple different ways to accept self-signed certificates but ultimately wasn't able to do it. If you want to use Hermes for now...
Could you try creating a blank results.txt file and see if you get any results? I remember I had to have the file created.
Finally got some time to testing this. So I have a simple Mach-O that prints the arguments using CommandLine.arguments in Swift. When I use make with the command line arguments,...
Yep, that works for me as well. But is it possible for tamatoa to take in "arg1" and "arg2" during the make phase? For example, could we pass in "arg1"...
I've been messing with patching arguments for in-memory loading as well. Got it working for C/ObjC with the method you mentioned above ^ If you figure it out on macOS,...
> Thank you for reviewing and helping out with development. This project has been lots of fun and I would enjoy a quick chat to share context on my interests....
Awesome work @usiegl00! I just saw your blogpost and wanted to test it out. I'm unable to get arguments to work with a Swift Mach-O still. I've also noticed 3...