red thing

Results 124 comments of red thing

@guillaumekln Thank you for the quick fix! This appears to solve the problem for me.

I'm still having this issue in vscode, is my dfmt too old or something? My extension is up to date.

I am seeing the same thing as well, with the master branch.

How to do this with blob image data?

Tests also build on macOS, with the following assembly syntax fixes: ```diff diff --git a/test/libfunchook_test_aarch64_gas.S b/test/libfunchook_test_aarch64_gas.S index 2c0025b..6a0d9b8 100644 --- a/test/libfunchook_test_aarch64_gas.S +++ b/test/libfunchook_test_aarch64_gas.S @@ -7,39 +7,39 @@ test_data: .8byte 0x1020304050607080,...

I tried the scripts from [here](https://github.com/kubo/injector/tree/master/cmd/macos-sign) to add the debug entitlement, but that did not seem to make a difference. Perhaps there's another entitlement, I need to look into it...

@kubo this commit adds support for building for apple silicon out of the box: https://github.com/redthing1/rt1_funchook/commit/7d304b8244a0427fdc0a9ac7d2c8eed2c865a2be I will send it as a PR here too.

The reason it does not work right now, is due to these changes in macOS for Apple Silicon: https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon https://github.com/eclipse-openj9/openj9/issues/11164#issuecomment-730093344 https://news.ycombinator.com/item?id=29714587 https://developer.apple.com/forums/thread/650931 Apple Silicon macOS enforces `W^X`. It seems that...