Releases: SamuelTulach/unxorer
Releases · SamuelTulach/unxorer
v6
Changes:
- Multi-threading support
- Instructions causing access violation are no longer skipped, but memory is mapped (crashing issues might be back due to high number of mapped pages, but no more missing strings due to Unicorn not continuing correctly)
- Option to scan other registers as well (useful with code obfuscators that move stack ptr into different register)

v5
v4
Changes:
- Changed GUI dialog spacing
- Added maximum loop count to prevent infinite loops in certain scenarios
- Improved performance (mostly by stack being mapped from preallocated memory that can be directly accessed, instead of using uc_mem_read)
v3
Changes:
- Internal restructuring and cleanup
- Performance improvements (up to 3x)
v2
Changes:
- Added custom handling for
vmovdqu,vmovdqa,vpxor,vzeroupper - Added SEH around Unicorn emulation due to random crashes inside of it
v1
Tested on: IDA Home 9.1.250226
