Skip to content

gmh5225/ShellCode_42

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task_02

First, analyze the executable from Task_01 using objdump to understand how the compiler generates assembly code. Then recreate the same functionality using x86-64 Assembly with Intel syntax.

Important

Always run git pull before commiting/pushing your solutions.

Constraints

  • turn-in directory: uploads/task02/
  • files to turn in: return_42.s
  • compilation method: nasm
  • linking method: ld

Expected output

> ./return_42
> echo $?
42

Grading

Grading-02

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%