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

arm-elf-as -mthumb -o limera1n_payload.o limera1n.S #2

Open
dayt0n opened this issue Aug 30, 2014 · 1 comment
Open

arm-elf-as -mthumb -o limera1n_payload.o limera1n.S #2

dayt0n opened this issue Aug 30, 2014 · 1 comment

Comments

@dayt0n
Copy link

dayt0n commented Aug 30, 2014

When I execute the

make
command, it immediately prints out
arm-elf-as -mthumb -o limera1n_payload.o limera1n.S
make[4]: arm-elf-as: No such file or directory
make[4]: *** [limera1n.h] Error 1
make[3]: *** [payload] Error 2
make[2]: *** [limera1n] Error 2
make[1]: *** [exploits] Error 2
make: *** [syringe] Error 2

Any Idea on what I should do? Running on OS X Yosemite with Xcode 6 beta 5.

@posixninja
Copy link
Owner

gotta compile arm-elf toolchain. macosx toolchain doesn't have the ability to statically compile libc into programs which is needed for compiling a payload running where there's no dynamic linkers or libraries to even link with

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