[C#] Overwatch 守望先锋 内部透视自瞄源码

10 金币(注册即享全站资源免费不限次下载)
  • 普通用户:10 金币
  • VIP用户:免费
  • 永久会员 : 免费推荐
如何更新:
  1. Reversal Guide
  2. This guide contains signatures, reference points (xrefs), and notes for various functions. Use it as a reference when analyzing the binary.

  3. getEntityComponents
  4. Signature Address: 761F80
  5. Signature:
  6. 48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC 30 33 DB 48 8B F9
  7. XRefs:
  8. XREF #1 (@ 763106):
  9. E8 ? ? ? ? 48 8B C8 48 89 05 ? ? ? ? E8 ? ? ? ? 48 8D 4C 24
  10. Alternate Finding Method:
  11. Scan for XRefs of COleControlSiteOrWnd
  12. Note:
  13. getEntityComponents is located on this xref. For getEntityAdmin, look for:
  14. *(_QWORD *)a1 = off_2B2ED10;
  15. RenderDataKeys
  16. Signature:
  17. 48 B9 15 4A C7 90 CF 45 84 17 48 B8 54 EE AB F1 B7 D8 88 9F 48 03 F9 48 33 F8
  18. Notes:
  19. Purpose: Retrieves keys.
  20. Decompilation Tip: Use F5 to decompile the function.
  21. Key Calculation Example:
  22. v2 = (qword_3626400 + 0x178445CF90C74A15LL) ^ 0x9F88D8B7F1ABEE54uLL;
  23. Expected Outcome:
  24. RenderData = qword_3626400 + 0xf0
  25. CameraManager
  26. Signature Address: 22560FA
  27. Signature:
  28. 8B CE 48 8B 1C C8
  29. Notes:
  30. Retrieving the Camera Manager:
  31. v9 = *(_QWORD *)(qword_3D1D860 + 8LL * v3);
  32. CamManager = qword_3D1D860;
  33. ViewMatrix Location (Experimental):
  34. ViewMatrix = CamManager + 0x548
  35. (This is experimental and may require further verification.)
  36. Raycast[removed]
  37. Signature Address: 7646A1
  38. Signature:
  39. 48 8D 15 ? ? ? ? E8 ? ? ? ? 48 8D 48 ? 48 8B 40 ? FF 50 ? 48 85 C0
  40. Notes:
  41. Contains the instruction:
  42. lea rdx, off_3758E90
  43. Identification: This is the raycast[removed] function.
  44. Raycast
  45. Signature Address: C2F870
  46. Signature:
  47. 48 89 5C 24 ? 55 56 57 48 8D AC 24 ? ? ? ? 48 81 EC 30 02 00 00
  48. Notes:
  49. Decompiled Snippet Example:
  50. v8 = (unsigned int)((__int64 (__fastcall *)(_OWORD *, __int64, _QWORD))loc_C90B30)(v10, a3, 0LL) != 0;
  51. Identification: This is the raycast function.
  52. ArrayInsertU64
  53. Signature Address: 55A590
  54. XRefs (Top 5 out of 106):
  55. XREF #1 (@ 7C3A6F):
  56. E8 ? ? ? ? 33 F6 90
  57. XREF #2 (@ 7DBBA3):
  58. E8 ? ? ? ? FF 07 F6 83
  59. XREF #3 (@ 1F5A79F):
  60. E8 ? ? ? ? 48 83 EE 08
  61. XREF #4 (@ 1E35658):
  62. E8 ? ? ? ? 4B 8D 04 76
  63. XREF #5 (@ AA4401):
  64. E8 ? ? ? ? 8B D7 49 8B CC
  65. Decompiled Function:
  66. __int64 __fastcall sub_55A590(__int64 *a1, _QWORD *a2);
  67. // This function performs ArrayInsertU64.
  68. GetVarBag
  69. Signature Address: 2114600
  70. XRefs (Top 5 out of 5):
  71. XREF #1 (@ DA9C70):
  72. E8 ? ? ? ? 48 8B D8 48 85 C0 74 ? 48 8B 96
  73. XREF #2 (@ 20D626C):
  74. E8 ? ? ? ? 48 8B F0 48 85 C0 74 ? 0F 57 DB
  75. XREF #3 (@ 20D684C):
  76. E8 ? ? ? ? 48 8B F8 48 85 C0 74 ? 48 8B 53 ? 4C 8D 45
  77. Decompiled Function:
  78. __int64 __fastcall sub_2114600(__int64 a1, __int64 a2);
  79. // This function is the GetVarBag.
  80. LocalPlayerUID
  81. Signature Address: 74DAAD
  82. Signature:
  83. 4A C7 84 C1 ? ? ? ? ? ? ? ? E9
  84. Disassembly Reference:
  85. .text:000000000074DAAD  mov qword ptr [rcx+r8*8+2F0h], 0
  86. Notes:
  87. The relevant offset is 0x2F0.
  88. Use this guide to help navigate the binary and locate the functions during your analysis. Happy reversing!
  89. Last edited by IEmulateEAC; Today at 05:07 PM.
  90. IEmulateEAC is online now
  91. Last Active: Today

  92. Add to IEmulateEAC's Reputation Take from IEmulateEAC's reputation. Report Post Reply With Quote Multi-Quote This Message Quick reply to this message

  93. Unread Today, 05:23 PM          #2
  94. CoolA1d
  95. Junior Downloads Moderator

  96. CoolA1d's Avatar

  97. Join Date: Apr 2014
  98. Posts: 790
  99. Reputation: 11644
  100. Rep Power: 289
  101. CoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server spaceCoolA1d 's rep takes up 1 gig of server space
  102. Recognitions
  103. This certification is awarded to forum staff members that are educated in the fields of reverse engineering and file analysis. All forum staff members with this certification have successfully gone through the process of becoming certified, which includes an individual assessment by upper staff, and the requirement of passing an internal file analysis examination. Anyone with a File Analysis certification is trusted by upper staff to be able to safely and competently approve files within UnKnoWnCheaTs, and only forum staff members that are certified file analyzers have permission to approve files within the UnKnoWnCheaTs downloads section. File Analyzer
  104. Members who have contributed financial support towards UnKnoWnCheaTs. Donator (3)
  105. Points: 24,598, Level: 22
  106. Points: 24,598, Level: 22        Points: 24,598, Level: 22        Points: 24,598, Level: 22
  107. Level up: 40%, 902 Points needed
  108. Level up: 40%        Level up: 40%        Level up: 40%
  109. Activity: 99.2%
  110. Activity: 99.2%        Activity: 99.2%        Activity: 99.2%
  111. Last Achievements
  112. InternalInternalInternalInternal
  113. File Approved
  114. Internal
  115. SHA256: cc8eed781ba715533fc303f925035294ae2fe5f68e7ae64ca206459c4c12137c - 1111111.zip
  116. Interested in how we analyze files? Click here to find out.


  117. Download: https://www.unknowncheats.me/forum/d...=file&id=49933

  118. Thanks for sharing!
  119. CoolA1d is online now
  120. Last Active: Today

  121. Add to CoolA1d's Reputation Take from CoolA1d's reputation. Report Post Reply With Quote Multi-Quote This Message Quick reply to this message

  122. Unread Today, 05:41 PM          #3
  123. battleofthegays
  124. (ง'-')ง

  125. battleofthegays's Avatar

  126. Join Date: May 2024
  127. Posts: 15
  128. Reputation: 547
  129. Rep Power: 26
  130. battleofthegays has Made tutorials for hackingbattleofthegays has Made tutorials for hackingbattleofthegays has Made tutorials for hackingbattleofthegays has Made tutorials for hackingbattleofthegays has Made tutorials for hackingbattleofthegays has Made tutorials for hacking
  131. Recognitions
  132. Members who have contributed financial support towards UnKnoWnCheaTs. Donator (1)
  133. Points: 1,372, Level: 2
  134. Points: 1,372, Level: 2        Points: 1,372, Level: 2        Points: 1,372, Level: 2
  135. Level up: 95%, 28 Points needed
  136. Level up: 95%        Level up: 95%        Level up: 95%
  137. Activity: 7.1%
  138. Activity: 7.1%        Activity: 7.1%        Activity: 7.1%
  139. Last Achievements
  140. Internal
  141. super ud :100:

  142. jokes aside who the hell wrote this, probably one of the most inconsistent codebases i've ever seen lol
  143. Last edited by battleofthegays; Today at 05:48 PM.
  144. battleofthegays is online now
  145. Last Active: Today

  146. Add to battleofthegays's Reputation Take from battleofthegays's reputation. Report Post Reply With Quote Multi-Quote This Message Quick reply to this message

  147. Reply Submit Thread to Reddit RedditSubmit Thread to Twitter TwitterSubmit Thread to Facebook Facebook

  148. collapse quick replyQuick Reply
  149. Message:
  150. Remove Text Formatting
  151.         
  152. Bold
  153. Italic
  154. Underline
  155.         

  156.         
  157.         
  158. Insert Link
  159. Insert Image
  160.         
  161. Wrap [QUOTE] tags around selected text
  162.         
  163. Wrap [CODE] tags around selected text
  164.          
  165. Decrease Size
  166. Increase Size

  167. Options
  168. Quote message in reply?



  169. collapse similar threadsSimilar Threads
  170. Thread        Thread Starter        Forum        Replies        Last Post
  171. [Release] [INTERNAL] Inferno v1 Internal BOX|ESP|[CHAMS]|ITEM|VEHICLE|LINES|        Ashesh        RoS Releases        90        14th April 2018 05:31 PM
  172. [Source] [Internal] Basic Internal Cheat Source        Ashesh        RoS Releases        119        8th April 2018 03:47 AM
  173. [Release] CSGO - INTERNAL ESP & INTERNAL TRIGGERBOT        ganjaboy        CS:GO Releases        35        21st March 2018 03:13 AM
  174. [Help] internal into internal/external        TRBW        Counterstrike Global Offensive        5        21st June 2017 11:22 PM
  175. [Release] Internal/External/Internal Customizable Triggerbot        ThePapanoob        CS:GO Releases        45        10th April 2017 06:23 PM
  176. Currently Active Users Viewing This Thread: 37 (11 members and 26 guests)
  177. langke12, b0ykoe, ssr24, Gura0873, maxiontop, xw4ckx, saitoutakumi, Ramiro2015, IEmulateEAC, zjq123666

  178. Tags
  179. [source], p2c, btw, access, owner, obese, indian, internal, fun, chaos

  180. « Previous Thread | Next Thread »

  181. Forum Jump

  182.     Overwatch

  183. Log Out langke12
  184. All times are GMT +12. The time now is 08:17 PM.
  185. Copyright ©2000-2025, Unknowncheats™
  186. DMCA - Contact - View Staff
  187. Terms of Use - Privacy Policy
复制代码

Snipaste_2025-06-01_16-23-13.jpg

1. 本主题所有言论和图片纯属会员个人意见,与本论坛立场无关。一切关于该内容及资源商业行为与本站无关。
2. 本站的所有内容都不保证其准确性,有效性,时间性。阅读本站内容因误导等因素而造成的损失本站不承担连带责任。
3. 本站提供的一切软件、教程和内容信息等仅限用于学习和研究目的,不得用于商业或者游戏以及其它非法用途,否则,一切后果请用户自负。
4. 本站资源均来自网络收集整理,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑或手机中彻底删除上述内容,如果您喜欢该程序和内容,请支持正版。
5. 本站本着互联网分享学习精神,本站大部分内容转载于其他网站和媒体,如内容涉及版权等问题,请联系本站进行删除或修改处理,敬请谅解!
6. 如有侵犯您版权的内容,请邮件与我们取得联系删除(E-mail:contact@12gamebbs.cc)本站将及时改正。

评论(3)

提示:请文明发言

高级模式

艳福不浅

发表于 2025-6-15 01:12:43 | 显示全部楼层

这么好的东西必须支持!

艳福不浅

发表于 2025-6-25 20:16:45 | 显示全部楼层

打不开

艳福不浅

发表于 2025-6-25 23:54:08 | 显示全部楼层

有成品吗
作者信息

刺客 LV4

暂无简介

272

主题

283

帖子

855

积分

下载
购买/下载资源
10 金币
  • 普通用户购买价格 : 10 金币
  • VIP购买价格 : 免费
  • 永久会员 : 免费推荐
  • 源码来源 网络收集
  • 注意 源码仅供学习交流!
  • 发布时间2025-06-01
  • 下载次数未知

下载过程中遇到问题,请联系客服