Skip to content

Commit 33d4ce8

Browse files
committed
v0.0.6
1 parent 97acbf5 commit 33d4ce8

File tree

4 files changed

+205
-78
lines changed

4 files changed

+205
-78
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ulexec"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: VHSgunzo <vhsgunzo.github.io>
22
pkgname='ulexec-bin'
33
binname="${pkgname%-bin}"
4-
pkgver='0.0.5'
4+
pkgver='0.0.6'
55
pkgrel='1'
66
pkgdesc='A tool for loading and executing PE on Windows and ELF on Linux from memory'
77
arch=("x86_64")

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ Arguments:
3333
[EXEC ARGS]... Command line arguments for execution
3434
3535
Options:
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

0 commit comments

Comments
 (0)