Skip to content

Releases: jm33-m0/emp3r0r

v1.50.2

23 Jan 12:23
9addc72
Compare
Choose a tag to compare

1.50.2 (2025-01-23)

Bug Fixes

  • version number not updating (5732f25)

v1.50.1

23 Jan 09:48
0c66b0c
Compare
Choose a tag to compare

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

23 Jan 07:04
2b8e741
Compare
Choose a tag to compare

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

22 Jan 09:44
d99b192
Compare
Choose a tag to compare

1.49.5 (2025-01-22)

Bug Fixes

  • use minidump on Windows to be more useful (e5f7ae2)

v1.49.4

22 Jan 07:28
c2492c3
Compare
Choose a tag to compare

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

22 Jan 06:17
06d4e9d
Compare
Choose a tag to compare

1.49.3 (2025-01-22)

Bug Fixes

  • #393 use more precise binary patching for reliable config extraction (88bda6d)

v1.49.2

21 Jan 00:55
2c07e09
Compare
Choose a tag to compare

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

20 Jan 11:36
3208113
Compare
Choose a tag to compare

1.49.1 (2025-01-20)

Bug Fixes

  • disable daemonizae in Windows (0902b70)

v1.49.0

20 Jan 09:39
99daac3
Compare
Choose a tag to compare

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

18 Jan 12:31
fd6f209
Compare
Choose a tag to compare

1.48.10 (2025-01-18)

Bug Fixes

  • AddNeededLib no longer depends on patchelf program (5983def)
  • do not download file when memdump fails (2445006)