Skip to content

Commit

Permalink
Update to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
liyansong2018 committed Feb 19, 2023
1 parent 6271f7f commit 1556488
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea
ui/__pycache__/
util/__pycache__/
opensource/__pycache__/
build/
dist/
main.spec
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[2023-02-19]
ReverseWidget 1.6
- Add function to compute CRC of file
- Add python file comments according 'to Google Python Style Guide'
- Add build scripts
- Fix the size of some windows and beautify the UI

[2023-02-15]
ReverseWidget 1.5
- Add Windows pe checker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reverse Widget

[![platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue?style=flat-square)](#) [![Program](https://img.shields.io/github/languages/count/liyansong2018/ReverseWidget?style=flat-square)](#) [![english](https://img.shields.io/badge/English(US)-100%25-blue?style=flat-square)](#) [![chinese](https://img.shields.io/badge/简体中文-60%25-blue?style=flat-square)](https://github.com/liyansong2018/ReverseWidget/blob/master/README_zh.md)
[![platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue?style=flat-square)](#) [![Program](https://img.shields.io/github/languages/count/liyansong2018/ReverseWidget?style=flat-square)](#) [![english](https://img.shields.io/badge/English(US)-100%25-blue?style=flat-square)](#) [![chinese](https://img.shields.io/badge/简体中文-80%25-blue?style=flat-square)](https://github.com/liyansong2018/ReverseWidget/blob/master/README_zh.md)

Reverse Widget is a lightweight GUI Software that implements some typical block cipher, coding, hashing, multi-architecture assemble/disassembly framework, PE/AndroidAPP shell checker. Highlight Features:

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.5
2023-02-15
1.6
2023-02-19

0 comments on commit 1556488

Please sign in to comment.