diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 12:59:48 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 12:59:48 +0300 |
| commit | 50a55461e72383edf22120a908a42a8b621e6914 (patch) | |
| tree | ef821229b56b09556677a92d779ac1bcb2a7bd0e /docs/tomes/05-render.md | |
| parent | 59d810e5e72d030518422b05450cd3a6a97702f0 (diff) | |
| download | fparkan-50a55461e72383edf22120a908a42a8b621e6914.tar.xz fparkan-50a55461e72383edf22120a908a42a8b621e6914.zip | |
docs(evidence): recover camera transform adjustment
Diffstat (limited to 'docs/tomes/05-render.md')
| -rw-r--r-- | docs/tomes/05-render.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/tomes/05-render.md b/docs/tomes/05-render.md index f4364f4..3fc7c84 100644 --- a/docs/tomes/05-render.md +++ b/docs/tomes/05-render.md @@ -1304,6 +1304,20 @@ not prove first- versus third-person identity. It does prove that the static direct-xref initializer is not the sole runtime writer of the global; indirect or unanalyzed write paths remain to be recovered. +The shared outer vtable now recovers the exact transform adjustment for the +world-like samples. Its slot `+0x54` asks the subobject at `outer + 4` for +selector `0` through that subobject's slot `+0x20`, then copies three dwords +from returned offsets `+0x0C`, `+0x1C`, and `+0x2C`. In the live world-like +object, the selector field at `outer + 0x10` was `0xFFFFFFFF`; the recovered +selector implementation therefore returns `outer + 0x20`. The copied triple is +exactly `outer + 0x2C/+0x3C/+0x4C`, proving its association with the active +affine transform rather than merely a sampled correlation. The paired block +starts at `outer + 0x60` under selector `2`. Another outer slot at `+0x70` +obtains that selector-2 transform and applies `atan2` to its axis values, so it +is a proven orientation-angle path. Field names, angle order and matrix +handedness remain unassigned, but a backend-neutral camera pose may now retain +the raw affine transform and the exact translation triple without guessing them. + A fresh no-input launch of the canonical `iron_3d.exe` did create a responsive window titled `Parkan. Железная Стратегия`. A read-only probe then requested `PROCESS_QUERY_INFORMATION | PROCESS_VM_READ` and attempted to read the known |
