diff options
author | heqnx <root@heqnx.com> | 2025-05-22 17:04:01 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-22 17:04:01 +0300 |
commit | 312d40166934a5ab20779c332d21d49e07e7e033 (patch) | |
tree | cd9fc086366a3bcefaf5e42b26a18b3695a66a40 /README.md | |
parent | 223d860cb20305dcfe71a18167dcac59a9ad6139 (diff) | |
download | go-shellcode2uuid-312d40166934a5ab20779c332d21d49e07e7e033.tar.gz go-shellcode2uuid-312d40166934a5ab20779c332d21d49e07e7e033.zip |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ use std::ffi::c_void; use std::ptr; ``` -- The tool prints the generated UUID strings to stdout and writes the stub source file (`stub.c` or `stub.py`). +- The tool prints the generated UUID strings to stdout and writes source files for the selected stub: `stub.py`, `stub.c` or `stub/src/main.rs`. ## License |