Source: projects/identity-management/oim-kb-update/runs/2026-04-27-21.md
> Source: projects/identity-management/oim-kb-update/runs/2026-04-27-21.md
Goal
Handle the local decompilation request for F:/Claude/agent-tools/oim and create an HTML index that shows method/event/processing relations relevant to QBM_PJobCreate_HOCallMethod*, QBM_PJobCreate_HOFireEvent*, and object-layer processing.
Work Completed
- Recursively inventoried local OIM application assemblies under
F:/Claude/agent-tools/oim. - Decompiled 1,260 managed assemblies with ILSpy into
F:/Claude/.tmp/oim-decompiled-full. - Recorded 88 failed candidates, mostly native executables or files without managed metadata.
- Created
F:/Claude/scripts/research/build-oim-decompile-index.mjs. - Generated:
F:/Claude/projects/identity-management/oim-kb-update/local-app/oim-decompile-index.htmlF:/Claude/projects/identity-management/oim-kb-update/local-app/oim-decompile-index-data.json- Added evidence note:
F:/Claude/projects/identity-management/oim-kb-update/local-app/2026-04-27-oim-full-decompile-index-evidence.md
Result
The HTML index contains:
- decompilation coverage
- processing relation notes for SQL
QBM_PJobCreate*to HandleObject object-layer execution - top registered methods/functions
- custom-generated event registrations
- call/generate sites
- generated
Event_*references - failed assembly list
Caveat
This is static decompile evidence. Use it together with live DB metadata (DialogMethod, QBMEvent, JobEventGen, JobChain) before deciding that a method or event is valid and executable for a concrete object.