Skip to content

Conversation

@4kir4vjp
Copy link

@4kir4vjp 4kir4vjp commented Nov 7, 2025

No description provided.

claude added 10 commits November 6, 2025 17:54
- ida_breakpoint_map_publish.idc: Conditional breakpoint that stops when Source parameter contains "map_publish"
- ida_trace_all_calls.idc: Trace mode that logs all calls to sub_7C687790 without stopping

Both scripts handle __thiscall convention (ECX=this, Source at [ESP+4]) and properly read wchar_t* strings.
- Logs all parameters for each call: this, Source, a3, a4
- Dumps this object (vtable + first fields)
- Displays full wchar_t* Source string with escape sequences
- Dumps struct_a3 memory (first 32 bytes)
- Shows call count and return address
- Highlights when Source contains 'map_publish'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants