Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't inject .dylib file with github actions #139

Open
justdie386 opened this issue Mar 10, 2023 · 3 comments
Open

Can't inject .dylib file with github actions #139

justdie386 opened this issue Mar 10, 2023 · 3 comments

Comments

@justdie386
Copy link

It uses macos-latest, really dunno what to do, help i guess? im trying to automate deb injection for a personal project but it doesn't seem to work quite well just yet...

@Al4ise
Copy link
Owner

Al4ise commented Mar 15, 2023

does it give you an error? could you send me your terminal output?

@justdie386
Copy link
Author

justdie386 commented Mar 15, 2023

It goes throught without any errors, nothing about missing deps, it just says this
[*] Couldn't inject aswiInject.dylib

Also it was ran on mac-latest and tried ubuntu-latest
I also made sure the needed things were set as executables like ldid for example

@justdie386
Copy link
Author

It seems to fail here

if ! [[ "$(otool -L "$executable")" =~ $id_path ]]; then status="1"; fi Verbose "Injected $(lib_basename "$i")" "Couldn't inject $(lib_basename "$i")" 24 -x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants