-
-
Notifications
You must be signed in to change notification settings - Fork 13
M1 Macbook Air base model, not injecting due to osxinj not working on big sur #31
Comments
I'm using osxinj on big sur without any problem. Just compiled one from it's official repo. About M1; yeah, osxinj doesn't support m1 native. I can't provide any but as we tested, ButOSX works on m1 macbooks. |
@Lyceion do you have a version of osxinj that you can send me that I can use? |
@Lyceion update for m1 pls |
Already works for m1. (if you have a m1 injector which doesn't about me) WORKS ON M1 IF YOU HAVE INJECTOR WHICH I DONT PROVIDE (Censored bc i'm sharing screenshot without their permission. I'm not sure they want to expose theirselfs.) |
can you share discord channel? @Lyceion |
Not public anymore. Sorry... But you can search other injectors which doesn't use process hjacking method can probably inject. (Which the method osxinj uses.) |
Thanks man, i search "libButOSX.dylib" file can you send me? 😅 |
Removed from github because of uc rules. If you have uc account you can download from https://www.unknowncheats.me/forum/downloads.php?do=file&id=33979 . If you don't, mail me from lyceion@protonmail.com i'm gonna send you one when i arrive home. Also you can speak Turkish. I'm also Turkish. |
You can refer to this for injecting on M1: https://aixxe.net/2016/09/shared-library-injection |
This is for linux only @TheArmKing |
With a few adjustments it can be made to work on macOS as well. You will need lldb instead of gdb |
when I try to compile osxinj in xcode, it gives 2 errors: |
I fixed "Implicit declaration of function 'close' is invalid in C99" problem. @Hydrogen37 @Lyceion @TheArmKing Add |
@Lyceion Hocam M1'de çalışan injectoru buldum. Ancak şimdide "libButOSX.dylib" çalışmıyor. |
Thank you. did what you said, indeed fixed the C99 problem. Architecture not supported problem still unable to fix. @Lyceion |
Fixing the #thanks to aixxe.net/2016/09/shared-library-injection
sudo lldb --batch \
-o "attach --name csgo_osx64" \
-o "expr void* \$library = (void*)dlopen(\"/path/to/cheat.dylib\", 10)" \
-o "detach" \
-o "quit" Taken from https://github.com/fakePh0e/osxGlow/blob/main/load.command |
It will. Make sure you are running it correctly - the path to the dylib is correct and that the dylib is x86_64, not arm64. |
Hi, I'm excited about your work and I want to use your cheat, but how do I get an injection on M1? Please tell me I don't have an x code |
Here is the error module: 0xA9405790 |
HI, please help me with the injection on m1 |
it freezes upon injection for m1 Mac using fakePh0e injector |
And you can use this project: https://github.com/kotleni/csgo-run It's just support libs injecting. |
And you can see it video: https://youtu.be/NVNAeQIqQIo |
I used this modified file, and I didn't get banned. And all custom external injectors is broken now on MacOS. It's works for me now, after game updating. 👀 |
Yes, you have Discord? |
Okay, you can text me for help: kotleni#7119 |
I have this error - error: attach failed: more than one process named csgo_osx64: |
hi, i downloaded everything needed, i put it into the launch preferences and when i click play, with turns blue and says stop. it stays stuck, and i have to forcequit to rejoin |
@Lyceion do you have a big sur injector? osxinj might have been depricated after catalina
The text was updated successfully, but these errors were encountered: