Skip to content

Releases: unipacker/unipacker

Un{i}packer 1.0.8

Choose a tag to compare

@Masrepus Masrepus released this 21 May 15:52
4e63fb7

Fix crash due to uc_mem_write not working with 'bytearray' data returned by pefile. Thanks @MrROBUST for the PR!

Un{i}packer 1.0.7

Choose a tag to compare

@Masrepus Masrepus released this 30 Jan 14:24
8466e0f

We now support Python 3.10+. Thanks to @grepwood for the PR!
Additionally, some bugs were fixed over time

Un{i}packer 1.0.6

Choose a tag to compare

@vfsrfs vfsrfs released this 13 Mar 15:32
6f942c4

Make Un{i}packer citable

Un{i}packer 1.0.5

Choose a tag to compare

@Masrepus Masrepus released this 08 Mar 20:51
26bc183

Make sure that any temporary files are properly removed after they are no longer needed

Un{i}packer 1.0.4

Choose a tag to compare

@Masrepus Masrepus released this 05 Mar 23:31
f0b005c

Try the new disassembler integration, e.g. by activating live tracing using log i or with the dis command!
Additionally, a few bugs and crashes have been fixed

Un{i}packer 1.0.3 hotfix

Choose a tag to compare

@Masrepus Masrepus released this 01 Oct 16:31

For the shell we use the cmd2 module, whose version was not fixed in our setup.py dependencies list. Unfortunately, somewhere after cmd2 v0.9.12, breaking API changes have been introduced that went unnoticed by us but caused some features like custom commandline arguments to stop working properly. While we are investigating the impact of the changes, we are now shipping a hotfix release reverting to cmd2 v0.9.12 as our last known working version.

Un{i}packer 1.0.2 with Windows support

Choose a tag to compare

@Masrepus Masrepus released this 24 Sep 11:33

This is a small release feature-wise, but starting with this version, Un{i}packer is able to run on a Windows host!

  • Updated unipacker-unicorn dependency to 1.0.3b7 with full Windows support
  • Automatic I/O mode: New command line args that enable you to unpack a list of binaries or even directories full of samples in a batch processing manner

Un{i}packer 1.0.0

Choose a tag to compare

@Masrepus Masrepus released this 04 Jun 09:04

We are excited to announce our first production release of Un{i}packer! Several important milestones have been addressed since we first published the code on GitHub:

  • Massive code refactoring, especially removing all global variables and introducing a class and package structure
  • New shell features thanks to our switch to the newer cmd2 library (e.g. system command invocation, output redirection,...)
  • Dumping now generates real and running .exe files instead of a raw dump of the virtual memory space. This includes IAT rebuilding and entry point fixing
  • New packers are supported (MEW, MPRESS, YZPack)
  • Regression tests with known working samples, running in a Travis CI build server
  • PyPi package with automatic deployment from Travis
  • Docker container for quick and easy setup
  • Many other behaviour and bug fixes