Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants