Skip to content

Latest commit

 

History

History
229 lines (222 loc) · 16.4 KB

File metadata and controls

229 lines (222 loc) · 16.4 KB

Reverse-engineering knowledge base

This directory is the maintained Markdown memory for Samsung Notes SDOCX/WDoc reverse engineering. It records conclusions that are backed by the Samsung Notes APK, native serializers, or real compatibility fixtures.

Documents

Maintenance rules

  • Mark facts as confirmed, inferred or unresolved.
  • Prefer declared record sizes, offsets and masks over fixture-specific magic numbers.
  • Record the APK version and fixture set used for a conclusion.
  • Keep unknown fields and object types round-trippable where practical.
  • Do not commit the APK, decompiled sources or compatibility documents here. Store the test corpus externally and keep only measurements/expectations in the repository.
  • Keep the knowledge base Markdown-only. One-off disassembly/audit programs can remain disposable local tooling; durable conclusions belong in these files.

Sources and validation

  • Samsung Notes APK: 4.4.45.37 (arm64-v8a/armeabi-v7a), SHA-256 daed1eff8c8ee9dfb8afe2771e39e893a8808f3230d6d522a8aa647db09b8667.
  • Historical audit: 7,182 stroke objects, 924,442 points, three layer hashes and three page hashes with zero structural/hash mismatches. The retired fixtures are identified by digest in fixture validation.
  • Current corpus and test commands: conformance/README.md. Historical audit totals do not describe current corpus coverage.