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

iOS support? #52

Open
iam-theKid opened this issue Oct 16, 2023 · 1 comment
Open

iOS support? #52

iam-theKid opened this issue Oct 16, 2023 · 1 comment

Comments

@iam-theKid
Copy link

iam-theKid commented Oct 16, 2023

Tried to obfuscate an ios (arm64) binary, error:

./install/bin/clang++ --target=arm64 /Users/myuser/Downloads/mybin

ld: warning: ignoring file /Users/myuser/Downloads/mybin, missing required architecture x86_64 in file /Users/myuser/Downloads/mybin (2 slices)
Undefined symbols for architecture x86_64:
  "_main", referenced from:
     implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang-12: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation)

ideas?

@lich4
Copy link

lich4 commented Nov 26, 2023

Are you write a c++ source file of executable without "main" function?

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