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 [2026/01/28 17:15] – 165.227.5.10 | unity_build_information_detection [2026/03/26 08:58] (current) – old revision restored (2026/03/19 12:35) klea | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | La politique est un sport de combat, et la justice en est parfois le ring. C'est ce que démontre ce nouvel ouvrage percutant. En choisissant la version epub, vous emportez le journal d'un prisonnier partout pour ne rien manquer de ce témoignage capital. Nicolas Sarkozy y revient sur les affaires qui l'ont visé, offrant des détails inédits et une analyse politique acérée. C'est un livre indispensable pour comprendre les tensions qui traversent la société française actuelle. | + | ====== Inspecting Information from Built Unity Players ====== |
| + | |||
| + | 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. | ||
| + | |||
| + | ===== High Level ===== | ||
| + | |||
| + | * [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: | ||
| + | * ''.unity3d'' | ||
| + | * resource file headers, for example: | ||
| + | * ''unity default resources'' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * 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.1769620500.txt.gz · Last modified: 2026/01/28 17:15 by 165.227.5.10