File tree Expand file tree Collapse file tree 4 files changed +205
-78
lines changed
Expand file tree Collapse file tree 4 files changed +205
-78
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ulexec"
3- version = " 0.0.5 "
3+ version = " 0.0.6 "
44edition = " 2021"
55license = " MIT"
66readme = " README.md"
Original file line number Diff line number Diff line change 11# Maintainer: VHSgunzo <vhsgunzo.github.io>
22pkgname=' ulexec-bin'
33binname=" ${pkgname% -bin} "
4- pkgver=' 0.0.5 '
4+ pkgver=' 0.0.6 '
55pkgrel=' 1'
66pkgdesc=' A tool for loading and executing PE on Windows and ELF on Linux from memory'
77arch=(" x86_64" )
Original file line number Diff line number Diff line change @@ -33,12 +33,15 @@ Arguments:
3333 [EXEC ARGS]... Command line arguments for execution
3434
3535Options:
36- ~~u, ~~url <URL> Load the binary file from URL
37- ~~p, ~~post Use the POST method instead of GET
38- ~~s, ~~stdin Load the binary file from stdin
39- ~~r, ~~remove Self remove
40- ~~v, ~~version Print version
41- ~~h, ~~help Print help
36+ ~~u, ~~url <URL> Load the binary file from URL (env: ULEXEC_URL)
37+ ~~p, ~~post Use the POST method instead of GET (env: ULEXEC_POST)
38+ ~~f, ~~file <PATH> Path to the binary file for exec (env: ULEXEC_FILE)
39+ ~~s, ~~stdin Load the binary file from stdin (env: ULEXEC_STDIN)
40+ ~~r, ~~remove Self remove (env: ULEXEC_REMOVE)
41+ ~~re, ~~reexec Reexec fix (env: ULEXEC_REEXEC)
42+ ~~m, ~~mfdexec Force use memfd exec (env: ULEXEC_MFDEXEC)
43+ ~~v, ~~version Print version
44+ ~~h, ~~help Print help
4245```
4346
4447## Examples
You can’t perform that action at this time.
0 commit comments