syringe
syringe copied to clipboard
arm-elf-as -mthumb -o limera1n_payload.o limera1n.S
When I execute the
makecommand, 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 2Any Idea on what I should do? Running on OS X Yosemite with Xcode 6 beta 5.
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