Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

优化SigScan #8

Merged
merged 3 commits into from
Apr 21, 2024
Merged

优化SigScan #8

merged 3 commits into from
Apr 21, 2024

Conversation

Nukoooo
Copy link
Contributor

@Nukoooo Nukoooo commented Apr 19, 2024

  • 升级到 .NET Framework 4.8
  • 现在 Sigscan 会缓存 .text 区域的字节
    • ScanText 会直接用缓存的字节以提升速度, 速度比之前的快了很多
  • 稍微优化了 GetStaticAddressFromSig
    • 在生成 sig 的时候已经知道了要跳过几个字节, 所以就没有必要再去在 .data 区域里找
  • 现在用 Condition 来检查是否处于采集状态, 修复在非钓鱼时计时条显示的BUG

@Nukoooo Nukoooo marked this pull request as draft April 19, 2024 09:21
@Nukoooo Nukoooo marked this pull request as ready for review April 19, 2024 09:42
@Natsukage Natsukage merged commit 64758c8 into Natsukage:master Apr 21, 2024
1 check passed
@Nukoooo Nukoooo deleted the rework_sigscan branch April 22, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants