Al4ise / Azule

Other
495 stars 50 forks source link

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

Open justdie386 opened 1 year ago

justdie386 commented 1 year ago

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 commented 1 year ago

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

justdie386 commented 1 year ago

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 commented 1 year ago

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