unity_build_information_detection
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| unity_build_information_detection [2025/08/10 20:44] – 84.200.73.108 | unity_build_information_detection [2025/11/05 09:46] (current) – old revision restored (2025/10/22 09:10) klea | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Самые актуальные ссылки на Кракен Маркетплейс на август 2025: | + | ====== Inspecting Information from Built Unity Players ====== |
| - | + | ||
| - | Зеркало 1: https://kro36.com | + | It can be useful to inspect information from built Unity players. This can be helpful to check whether a certain DLL is used by the game, or verify that the player built properly. |
| - | + | ||
| - | Зеркало 2: https://kro36.net | + | ===== High Level ===== |
| - | + | ||
| - | Зеркало 3: https://captcha-kra36.shop | + | * [Android] .xapk/ |
| - | + | * Unity asset file headers can be inspected with any hex editor((Even Notepad works, although only for files <500KB. Notepad may struggle to open bigger files.)) | |
| - | Только надёжные и рабочие ссылки для входа на Кракен. | + | |
| + | ===== Unity Version ===== | ||
| + | |||
| + | Find this information in: | ||
| + | * '' | ||
| + | * resource file headers, for example: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * files with 32 characters long names using hexadecimal characters [0-9a-f] | ||
| + | * [Android]((since 2017.4)) '' | ||
| + | * [Windows] ''< | ||
| + | * [Windows] '' | ||
| + | |||
| + | ===== Used Assemblies ==== | ||
| + | These methods work even with IL2CPP builds. | ||
| + | |||
| + | * '' | ||
| + | * Search for '' | ||
| + | |||
| + | Use cases: | ||
| + | |||
| + | * We can determine URP usage by looking for '' | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | * In non-IL2CPP((ie. Mono)) builds, all code that made it into a build is also available to the end user and can be viewed with tools ((dnSpy or ILSpy for .dll files)) relatively easily. Obfuscation can mitigate this, however the most effective obfuscation methods((runtime assembly generation/ | ||
| + | * '' | ||
unity_build_information_detection.1754858698.txt.gz · Last modified: 2025/08/10 20:44 by 84.200.73.108