Skip to content

Commit

Permalink
Update to v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
liyansong2018 committed Jul 12, 2023
1 parent fad10b6 commit 19237af
Show file tree
Hide file tree
Showing 3 changed files with 14 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-07-12]
ReverseWidget 1.11
- To correctly calculate the offset of the jump instruction, add the base address of the assembly code
- Add backup translation routes for Baidu Translation to prevent denial of service caused by API resource depletion
- Fix other unknown errors
- Known issues: Using VPN may cause application crash

[2023-06-02]
ReverseWidget 1.10
- Use QT native UI to increase ReverseWidget compatibility across different operating systems
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.10
2023-06-02
1.11
2023-07-12
5 changes: 5 additions & 0 deletions ui/resources/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ <H2>Reverse Widget</H2>
<li class="list"><a href="http://www.capstone-engine.org/">Capstone</a>: Capstone is a lightweight multi-platform, multi-architecture disassembly framework. From capstone engine.</li>
<li class="list"><a href="https://www.pycryptodome.org/">Pycryptodome</a>: a self-contained Python package of low-level cryptographic primitives.</li>
<li class="list"><a href="https://github.com/packing-box/peid">peid</a>: 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 class="list"><a href="https://github.com/ffreemt/baidu-sign">baidu-sign</a>: Sign text for baidu fanyi.</li>
<br />
<table width="100%%" border="1" cellspacing="0" cellpadding="5" style="">
<tr class="btbg">
Expand All @@ -89,6 +90,10 @@ <H2>Reverse Widget</H2>
<td>peid</td>
<td><a href="https://github.com/packing-box/peid/blob/main/LICENSE">GPLv3</a></td>
</tr>
<tr>
<td>baidu-sign</td>
<td><a href="https://github.com/ffreemt/baidu-sign/blob/main/LICENSE">MIT License</a></td>
</tr>
</table>
</ul>
</div>
Expand Down

0 comments on commit 19237af

Please sign in to comment.