darling icon indicating copy to clipboard operation
darling copied to clipboard

Library not loaded: @rpath/libswiftCore.dylib

Open PinkDraconian opened this issue 2 years ago • 0 comments

Hi. I'm playing around with Darling and wanted to execute this binary from crackmes.one. Password of the download zip is crackmes.one.

I've tried to look for the file the error message says is not loaded and link it in /usr/lib/swift/ but none of my attempts have succeeded.

Expected Result I expected to be able to run the binary using darling /path/to/tet.

Actual Result I received the following result.

dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /usr/lib/swift/libswiftCoreFoundation.dylib
  Reason: image not found
abort_with_payload: reason: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /usr/lib/swift/libswiftCoreFoundation.dylib
  Reason: image not found; code: 1

Steps To Reproduce Running the binary.

System Information

Software Version
Linux Kernel Linux version 5.16.0-kali5-amd64 ([email protected]) (gcc-11 (Debian 11.2.0-16) 11.2.0, GNU ld (GNU Binutils for Debian) 2.38) #1 SMP PREEMPT Debian 5.16.14-1kali1 (2022-03-15)
Darling 156c306232672370c323130e0c203e146b51a053

PinkDraconian avatar Mar 18 '22 19:03 PinkDraconian