Skip to content

fix: Wrap BadgeInfo response under h23iRjGN dispatch key#23

Open
Tom2096 wants to merge 2 commits intodecompfrontier:mainfrom
Tom2096:main
Open

fix: Wrap BadgeInfo response under h23iRjGN dispatch key#23
Tom2096 wants to merge 2 commits intodecompfrontier:mainfrom
Tom2096:main

Conversation

@Tom2096
Copy link
Copy Markdown

@Tom2096 Tom2096 commented May 11, 2026

Summary

  • Changed BadgeInfo.cpp to use ::BadgeInfoResp instead of ::BadgeInfo
  • Updated .gitignore to exclude CONTEXT.md and out/
  • Updated packet-generator submodule pointer to include BadgeInfoResp wrapper

Root Cause

The client's Path B dispatch pipeline (sub_893170 → sub_893770) feeds each top-level JSON key to getResponseObject(). The old flat {"u7Htm9P4":"0",...} sent sub-keys which all returned NULL. The fix wraps the response as {"h23iRjGN":{"u7Htm9P4":"0",...}} — the dispatch key "h23iRjGN" now maps to BadgeInfoResponse in the client's 300-case switch.

Verified

  • Server log confirms correct response format
  • Frida hook confirms getResponseObject() now finds BadgeInfoResponse and readParam fires for all 6 sub-keys

Related

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