Releases: jm33-m0/emp3r0r
Releases · jm33-m0/emp3r0r
v1.50.2
1.50.2 (2025-01-23)
Bug Fixes
- version number not updating (5732f25)
v1.50.1
1.50.1 (2025-01-23)
Bug Fixes
go_lpe
takes too long (fdd23b1)
- return process output of in-memory ELF modules (63cd991)
v1.50.0
1.50.0 (2025-01-23)
Features
- add ELF in-mem loader for Linux modules (WIP) (5b62db8)
- go_lpe (fd524d0)
Bug Fixes
- consider
darwin
even we are not supporting it (4a736e2)
- no CGO when building executables (4d73434)
- run ELF in subroutine (91279bf)
v1.49.5
1.49.5 (2025-01-22)
Bug Fixes
- use minidump on Windows to be more useful (e5f7ae2)
v1.49.4
1.49.4 (2025-01-22)
Bug Fixes
- need a reliable way to check if the agent is run as DLL (330a0b6)
v1.49.3
1.49.3 (2025-01-22)
Bug Fixes
- #393 use more precise binary patching for reliable config extraction (88bda6d)
v1.49.2
1.49.2 (2025-01-21)
Bug Fixes
--debug
build fails (0eac8a0)
- drop
-s
when building debug version (20e11e5)
- linux shared libs linked with musl seems broken (360efe8)
- logging not working (6fc43f1)
v1.49.1
1.49.1 (2025-01-20)
Bug Fixes
- disable
daemonizae
in Windows (0902b70)
v1.49.0
1.49.0 (2025-01-20)
Features
- support DLL/SO payload types (d8a1c04)
Bug Fixes
gen_agent
module initialization (d652b0e)
- build as
windowsgui
if target is Windows (33ca2f6)
- copilot deleted my code, fucking retard! (4548470)
- create
CGO
-enabled agent for DLL/SO types (cd1ad3b)
- deprecate
upx
, users should deliver compressed payloads by themselves (d10a2f8)
- go-console fails to build for arm64 (5faa4fc)
- redesign modules and fix errors (c90ed00)
- refactor module config structure (bf38b05)
- support more arch for shared obj building (dd16baa)
- support more arch when building
linux_so
(9a39895)
- use
zig
to avoid cross-compiling nightmare (a919132)
v1.48.10
Bug Fixes
AddNeededLib
no longer depends on patchelf
program (5983def)
- do not download file when memdump fails (2445006)