인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

sgyeom03196114's profile image
sgyeom03196114

asked

Reverse School Level 1 - Beginner Course in Reversing Analysis

First program + push,pop commands

kali linux

Written on

·

272

0

kali@kali:~/x86_exam/hello$ sudo nasm -felf32 hello_world.asm && ld -I/lib/ld-linux.so.2 -lc --entry main hello_world.o

ld: i386 architecture of input file `hello_world.o' is incompatible with i386:x86-64 output

안녕하세요. kali linux에서 실행중입니다.  bold로 된것이 output입니다. 어떤것을 수정해야될까요?

리버싱

Answer 2

0

sgyeom03196114님의 프로필 이미지
sgyeom03196114
Questioner

네 항상 감사합니다.

0

boanproject님의 프로필 이미지
boanproject
Instructor

우선 저도 내일 테스트를 해볼게요 아래 두개 우선 참고 해보세요. 

https://stackoverflow.com/questions/4252227/error-when-trying-to-run-asm-file-on-nasm-on-ubuntu

https://speedr00t.tistory.com/m/471

sgyeom03196114's profile image
sgyeom03196114

asked

Ask a question