Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 7504cfa

Browse files
committed
Version 0.2.3
QoL: Format code with `black`
1 parent 3d7edf7 commit 7504cfa

7 files changed

Lines changed: 640 additions & 390 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# evbunpack
2-
[Enigma Virtual Box](https://enigmaprotector.com/) unpacker
2+
[![Windows Build](https://github.com/mos9527/evbunpack/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/mos9527/evbunpack/blob/main/.github/workflows/build-and-publish.yml) [![Releases](https://img.shields.io/github/downloads/mos9527/evbunpack/total.svg)](https://GitHub.com/mos9527/evbunpack/releases/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
3+
4+
[Enigma Virtual Box](https://enigmaprotector.com/en/downloads/changelogenigmavb.html) unpacker
35

46
## Features
57
- Executable unpacking

evbunpack/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#-*- coding: utf-8 --
2-
__version__ = '0.2.2'
3-
__author__ = 'mos9527'
1+
# -*- coding: utf-8 --
2+
__version__ = "0.2.3"
3+
__author__ = "mos9527"

0 commit comments

Comments
 (0)