8000 Releases · unipacker/unipacker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: unipacker/unipacker

Un{i}packer 1.0.8

21 May 15:52
4e63fb7
Compare
Choose a tag to compare

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

30 Jan 14:24
8466e0f
Compare
Choose a tag to compare
10000

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

13 Mar 15:32
6f942c4
Compare
Choose a tag to compare

Make Un{i}packer citable

Un{i}packer 1.0.5

08 Mar 20:51
26bc183
Compare
Choose a tag to compare

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

Un{i}packer 1.0.4

05 Mar 23:31
f0b005c
Compare
Choose a tag to compare

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

01 Oct 16:31
Compare
Choose a tag to compare

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

24 Sep 11:33
Compare
Choose a tag to compare

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

04 Jun 09:04
Compare
Choose a tag to compare

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
0