Landon Fuller
Landon Fuller
> For the second error, it's the cpu cycles counting routines that are x64-only. Do you know how to do this on ARM? (I don't.) it could be helpful to...
> > Could anyone please test building and running EverParse again with Mac OS at this point, following those instructions, and post your feedback here in this issue? Thank you...
@antoniobrandao You'd want to build the xpf-bootstrap target, either from within Xcode or from the command line using xcodebuild @kos9kus What error(s) where you hitting? What parts of the current...
You need to set 'ABSOLUTE_PATH_TO_FRAMEWORK', or replace it with the path to the built framework; e.g.: ``` export ABSOLUTE_PATH_TO_FRAMEWORK=/some/path/to/your/build/files/build/Products/Debug/ ```
Patches are welcome here, _especially_ replacing bundle-tool.sh with a proper Objective-C implementation.
I may have time to look at this over the holidays; otherwise, pull requests are welcome.
Just some notes: - I did some work on ensuring the environmental variables do get preserved, but it won't resolve the case where dyld considers the subprocess 'restricted' and ignores...
> Indeed, it seems to be a good option to switch to something more powerful for injection (e.g, comex' Substitute?). We ourselves are using a kernel-space patcher for this. Huh,...
Given that first binding the tuple to a temporary variable works, e.g. `let p = id p in dsnd p`; shouldn't that be equivalent to `dsnd (id p)` after (beta?)...