-
-
Save katrinafyi/8bcc7a6756b6f467a658e292181cdf8b to your computer and use it in GitHub Desktop.
aarch64-suse-linux-gcc a.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main(void){return 3;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a.out: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0d9f1826a954dcfc94521dc92b259b00c47cd515, for GNU/Linux 3.7.0, with debug_info, not stripped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment