Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elven9/ost2-arch1001-content

My notes for OpenSecurityTraining2 Arch1001: x86-64 Assembly class
https://github.com/elven9/ost2-arch1001-content

assembly x86-64

Last synced: 21 days ago
JSON representation

My notes for OpenSecurityTraining2 Arch1001: x86-64 Assembly class

Awesome Lists containing this project

README

        

# OpenSecurityTraining2 Arch1001: x86-64 Assembly 筆記

- Participate in Course between 7/15 ~ 7/31
- Course Link: [OST2 Arch1001](https://p.ost2.fyi/courses/course-v1:OpenSecurityTraining2+Arch1001_x86-64_Asm+2021_v1/course/)
- Original code example provided by instructor: [OpenSecurityTraining / Arch1001_x86-64_asm_code_for_class · GitLab](https://gitlab.com/opensecuritytraining/arch1001_x86-64_asm_code_for_class)

## Content in this Repo

- Some insight of my own wrote as comment in source code
- Note for reversing memcpy
- Bomblab reversing note & answer

## About big5

Since Visiual Studio save file as big5 format, I write a script to convert all c source files' encoding to utf8 for better readability on different os.