Skip to content

Commit 31c9291

Browse files
committed
Update .gitignore and update to v1.12
1 parent 94b5669 commit 31c9291

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.idea
22
ui/__pycache__/
33
util/__pycache__/
4-
opensource/__pycache__/
5-
opensource/axmlprinter/__pycache__/
6-
opensource/python_dll_injector/__pycache__/
7-
opensource/QCodeEditor/__pycache__/
4+
opensource/*
85
build/
96
dist/
107
main.spec

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[2024-11-20]
2+
ReverseWidget 1.12
3+
- Add the function of converting various data formats to each other
4+
- Unify icon image style
5+
- Upgrade the version of pyinstaller to streamline the program packaging process
6+
17
[2023-07-12]
28
ReverseWidget 1.11
39
- To correctly calculate the offset of the jump instruction, add the base address of the assembly code

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.11
2-
2023-07-12
1+
1.12
2+
2024-11-20

opensource/QCodeEditor

Submodule QCodeEditor deleted from 2a1eeeb

opensource/axmlprinter

Submodule axmlprinter deleted from a49830c

opensource/python_dll_injector

Submodule python_dll_injector deleted from abeb74b

run.sh

100755100644
File mode changed.

setup.sh

100755100644
File mode changed.

ui/code_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def setupUi(self, CodeWindow):
1919
font.setFamily("微软雅黑")
2020
CodeWindow.setFont(font)
2121
icon = QtGui.QIcon()
22-
icon.addPixmap(QtGui.QPixmap("resources/pictures/hacker.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22+
icon.addPixmap(QtGui.QPixmap("ui/resources/pictures/hacker.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
2323
CodeWindow.setWindowIcon(icon)
2424
CodeWindow.setStyleSheet("QGroupBox {\n"
2525
" border: 0px;\n"
1.22 KB
Loading

0 commit comments

Comments
 (0)