Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elven9/ost2-arch1001-content
- Owner: Elven9
- Created: 2021-07-31T04:22:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T04:23:00.000Z (over 3 years ago)
- Last Synced: 2024-11-21T14:47:04.794Z (3 months ago)
- Topics: assembly, x86-64
- Language: C
- Homepage:
- Size: 3.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.