Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterupfold/kpxc-cache-copier
Copy a `.config/keepass-cache.ini` file to `.cache/keepassxc/keepassxc.ini` using only x86-64 assembly and Linux syscalls.
https://github.com/peterupfold/kpxc-cache-copier
Last synced: 5 days ago
JSON representation
Copy a `.config/keepass-cache.ini` file to `.cache/keepassxc/keepassxc.ini` using only x86-64 assembly and Linux syscalls.
- Host: GitHub
- URL: https://github.com/peterupfold/kpxc-cache-copier
- Owner: PeterUpfold
- License: apache-2.0
- Created: 2022-03-20T21:30:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T20:42:26.000Z (over 2 years ago)
- Last Synced: 2024-11-08T09:51:05.152Z (about 2 months ago)
- Language: Assembly
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kpxc-cache-copier
Copy a `.config/keepass-cache.ini` file to `.cache/keepassxc/keepassxc.ini` using only x86-64 assembly and Linux syscalls.
## Why?
In the pursuit of the ultimate geek cred and extraordinary minimalism. Also, what better way to understand assembly, perhaps
in a reverse engineering context, than by forward engineering in it?Isn't it just so cool to not rely on any library code and call syscalls directly?