Skip to content

ReverseWidget 1.11

Latest
Compare
Choose a tag to compare
@liyansong2018 liyansong2018 released this 12 Jul 09:33
· 2 commits to master since this release

English

  • 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
  • [zip release] - Faster but more files
  • [protable release] - Slow startup but only one file
  • [Compiler Platform] - Ubuntu 20.04/macOS10.15/Windows10, Python3.8
  • [Note] - Support for macOS is experimental

简体中文

  • 为汇编窗口添加基地址,方便进行偏移地址计算
  • 免费百度API翻译资源已被耗尽,使用三方库调用JS计算签名,模拟浏览器请求翻译,但是不是每次sign都生效,导致翻译速度较慢
  • 修复多个未知问题
  • [已知问题] - 使用VPN等代理进行翻译,可能会导致应用崩溃
  • [已知问题] - 当前针对macOS的支持是实验性的,在苹果系统下,如果直接使用以下编译好的包,首次启动较慢。因此针对macOS建议直接使用源码方式运行
  • [便携版] - 启动速度更快,但是包含多个文件
  • [exe可执行程序] - 启动速度较慢,但是只有一个文件
  • [编译平台] - Ubuntu 20.04/macOS10.15/Windows10, Python3.8