Source: projects/identity-management/oim-kb-update/local-app/2026-04-27-oim-full-decompile-index-evidence.md

> Source: projects/identity-management/oim-kb-update/local-app/2026-04-27-oim-full-decompile-index-evidence.md

Goal

Decompile the local One Identity Manager application file tree and build a browsable HTML index that relates object-layer method registrations, custom-generated events, generated Event_* references, and method/event call sites relevant to QBM_PJobCreate_HOCallMethod* and QBM_PJobCreate_HOFireEvent* processing.

Source and Outputs

The generated C# decompile output is kept under .tmp because it is large generated evidence. The durable research artifact is the searchable HTML/JSON index plus this note.

Coverage

Recursive assembly inventory under F:/Claude/agent-tools/oim found 1,348 .dll / .exe candidates.

ResultCountNotes
Decompiled successfully1,260Managed assemblies decompiled by ILSpy and scanned.
Failed88Mostly native executables or files without managed metadata; three non-native failures were tool/PE edge cases.
Decompiled .cs files scanned145,636Full generated source scan for relation index.
Lines scanned19,245,184Search pass over decompiled C# output.

Extracted Relation Counts

Relation typeCountInterpretation
Method/function registrations226RegisterMethod, RegisterExtendedMethod, and RegisterFunction registrations in decompiled customizer/object-layer code.
Custom-generated event registrations28Event(...).CustomGenerated(...) registrations found in generated/customizer code.
Call/generate sites228Direct CallMethod*, CallFunction*, GenerateEvent, or unit-of-work generation calls found in decompiled code.
Event_* references26Generated event method references. Treat these as evidence of generated event-code naming, not as the complete event catalog.

Processing Interpretation

The index supports the current working model:

High-Value Names Observed

Common registered methods/functions include:

Common custom-generated event names include:

Common call/generate target names include:

Caveats

Next Experiments