https://github.com/linuxthor/asm
assembly language examples, mostly Linux
https://github.com/linuxthor/asm
asm assembly-language
Last synced: 9 months ago
JSON representation
assembly language examples, mostly Linux
- Host: GitHub
- URL: https://github.com/linuxthor/asm
- Owner: linuxthor
- Created: 2019-02-17T08:19:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T22:27:51.000Z (over 5 years ago)
- Last Synced: 2025-04-10T05:55:24.817Z (11 months ago)
- Topics: asm, assembly-language
- Language: Assembly
- Size: 183 KB
- Stars: 44
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asm
assembly language examples, mostly Linux
syscalls/linux/ - linux system call examples
curl.asm - simple example of using libcurl
curltomem.asm - libcurl to download file to memfd and exec it
dlopen.asm - simple example of dlopen and dlsym with library
dlmopen.asm - example of dlmopen alternate library loading
libssh.asm - simple example of using libssh passwd auth
libsshexec.asm - libssh passwd auth and execute command
libsshcpexec.asm - libssh passwd auth sftp copy file and exec it
libsshid.asm - libssh verify server identity via known hosts
libsshkeyi.asm - libssh keyboard interactive auth
pam.asm - simple example of using libpam
wsl.asm - detect microsoft windows subsystem for linux