Skip to content

Commit

Permalink
Update to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
liyansong2018 committed Feb 25, 2023
1 parent decef80 commit 31c8c43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.7
- Roll back to an older version(5.15.2) of pyqt5 to fix crash caused by QCodeEditor
- Add highlight for all kinds of code
- Greatly optimize the UI of appcheker and add line numbers to the code window
- Fix unknown errors

[2023-02-19]
ReverseWidget 1.6
- Add function to compute CRC of file
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.6
2023-02-19
1.7
2023-02-25
1 change: 1 addition & 0 deletions ui/resources/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ <H2>Reverse Widget</H2>
<li><b>Pycryptodome</b>: <a href="https://www.pycryptodome.org/">PyCryptodome</a> is a self-contained Python package of low-level cryptographic primitives.</li>
<li><b>peid</b>: <a href="https://github.com/packing-box/peid">peid</a> is an implementation in Python of the Packed Executable iDentifier (PEiD) in the scope of packing detection for Windows PE files based on signatures.</li>
<li><b>axmlprinter</b>: <a href="https://github.com/tracer0tong/axmlprinter">Android binary XML printer</a> ported to Python 3.3 from androguard project of @adesnos.</li>
<li><b><a href="https://github.com/martinblech/xmltodict">xmltodict</a></b>: Python module that makes working with XML feel like you are working with JSON.</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 31c8c43

Please sign in to comment.