Releases: iDigitalFlame/XMT
Releases · iDigitalFlame/XMT
v0.5.7: New Selectors and Bug Fixes
- Added the "SemiLastValid" selector
- Acts like "LastValid" + "SemiRandom"
- Support is added in "config.py"
- Reworked code related to switching Profile Groups
- Fixed some bugs
- Fixed a oob error in the DNS transform
- Fixed the encrypter in "sentinel.py"
- Added the "SameProcess" bool attribute on ASM and DLL
- Prevents using the host process as the host.
- Defaults to false and must be enabled to host ASM or DLL code.
- Returns the new error 'ErrorNotSame' when attempting to host code when the "SameProcess" boolean is false.
Full Changelog: v0.5.6...v0.5.7
v0.5.6-a4
Full Changelog: v0.5.6-a3...v0.5.6-a4
v0.5.6-a3: Config and Profiles updates
Full Changelog: v0.5.6-a2...v0.5.6-a3
v0.5.6-a2: More Fixes
:D
v0.5.6-a1: Bug Fixes and Updates
Full Changelog: v0.5.6...v0.5.6-a1
v0.5.6: The Open Loader!
Updates to the way DLLs and Functions are loaded and did some exporting.
Exported all the DLL functions to use the custom XMT DLL loader! (including the FNV loader!)
- winapi.NewLazyDLL
- LazyDLL.Load()
- LazyDLL.Free()
- LazyDLL.Proc(string|uint32)
- LazyProc.Load()
- LazyProc.Address()
- LazyProc.MustAddress()
- LazyProc.IsLoaded()
NOTE: If the altload
or crypt
built tags are used, the LazyDLL.Proc
function ONLY accepts FNV32 hashes of Function names as uint32
values and will reject string names!
Full Changelog: v0.5.5...v0.5.6
v0.5.5: XrMT Support and Bug Fixes
Nothing super to mention:
- Fixed some bugs that could cause crashes with Listeners
- Fixed errors where KeyCrypt would decode the last Packet with the new Key after a Sync, causing the read to fail.
- Support for new OS/Arch variants!
- Support and identification of XrMT builds.
Full Changelog: v0.5.4...v0.5.5
v0.5.4: Platform Fixes!
- Fixed the tools/sentinel.py script too use CTR mode instead of old CFB
- Gated the mem clearing functions under the 'freemem' build tag.
- Added some additional bugtrack log entries for Sentinels for easier debugging.
- Formatting fixes
v0.5.3: Tag fix
Fixing tag data
v0.5.2: Version Bump
Bumping version for Go to respect new updates in tag