Rename deobfuscation residue (params & locals) #1
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BlackLobster/Client#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The client is fully Kotlin and classes are mostly renamed, but method parameters and locals are still OpenRS2 deob placeholders: 4,457
@Pc(...)annotations, ~13karg0/arg1-style params and ~33klocalNNreferences across 188 of 281.ktfiles. This is the core remaining work of the rename/document phase.Scope: give params/locals meaningful names based on understanding, drop the
@Pcplaceholders as each is resolved. Tackle subsystem-by-subsystem.Source:
CLAUDE.mdClient Pipeline step 4; grep oversrc/.