Skip to content

Commit 19237af

Browse files
committed
Update to v1.11
1 parent fad10b6 commit 19237af

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[2023-07-12]
2+
ReverseWidget 1.11
3+
- To correctly calculate the offset of the jump instruction, add the base address of the assembly code
4+
- Add backup translation routes for Baidu Translation to prevent denial of service caused by API resource depletion
5+
- Fix other unknown errors
6+
- Known issues: Using VPN may cause application crash
7+
18
[2023-06-02]
29
ReverseWidget 1.10
310
- Use QT native UI to increase ReverseWidget compatibility across different operating systems

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.10
2-
2023-06-02
1+
1.11
2+
2023-07-12

ui/resources/html/about.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ <H2>Reverse Widget</H2>
6363
<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>
6464
<li class="list"><a href="https://www.pycryptodome.org/">Pycryptodome</a>: a self-contained Python package of low-level cryptographic primitives.</li>
6565
<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>
66+
<li class="list"><a href="https://github.com/ffreemt/baidu-sign">baidu-sign</a>: Sign text for baidu fanyi.</li>
6667
<br />
6768
<table width="100%%" border="1" cellspacing="0" cellpadding="5" style="">
6869
<tr class="btbg">
@@ -89,6 +90,10 @@ <H2>Reverse Widget</H2>
8990
<td>peid</td>
9091
<td><a href="https://github.com/packing-box/peid/blob/main/LICENSE">GPLv3</a></td>
9192
</tr>
93+
<tr>
94+
<td>baidu-sign</td>
95+
<td><a href="https://github.com/ffreemt/baidu-sign/blob/main/LICENSE">MIT License</a></td>
96+
</tr>
9297
</table>
9398
</ul>
9499
</div>

0 commit comments

Comments
 (0)