A x86 and x64 syscall database
Project description
syscallDB
x86 and x64 syscall database
Have you ever been doing some assembly and finding yourself looking furiously for some nisch syscall
Well, that will no longer be a problem with syscallDB's reverse lookup, did you forget rax for execve?
x86
import sysDB
sysDB.syscall32(0) # gives syscall 0
sysDB.syscall32("exec") # gives all syscalls with "exec" in their name
x64
import sysDB
sysDB.syscall64(0) # gives syscall 0
sysDB.syscall64("exec") # gives all syscalls with "exec" in their name
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sysDB-0.1.tar.gz
(19.2 kB
view details)
Built Distribution
sysDB-0.1-py3-none-any.whl
(39.7 kB
view details)
File details
Details for the file sysDB-0.1.tar.gz
.
File metadata
- Download URL: sysDB-0.1.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 517278f7351cb05e37622a690f6f7c1a40de4c136bf38b583bfe9858c068e684 |
|
MD5 | f1a2189b51215bb6b058f5421b41d0db |
|
BLAKE2b-256 | 5ce2d3ff67da2597957bb20ba378e4dae2c8eae50d8840fd0890805d61c5f830 |
File details
Details for the file sysDB-0.1-py3-none-any.whl
.
File metadata
- Download URL: sysDB-0.1-py3-none-any.whl
- Upload date:
- Size: 39.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccde61da70ed77e99cc5183d072487f5cbd90c93f0a911ca6c44b9f85c1b23cf |
|
MD5 | e9310ab62d648da5a82ec693641d31b2 |
|
BLAKE2b-256 | 6a9a314dc9f80abeb7b23d51ab988b85ee2cce01a044a1b02849d7e48aba3270 |