Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当.registers 9为.locals 5时 #1

Open
zeroleo12345 opened this issue Feb 12, 2017 · 1 comment
Open

当.registers 9为.locals 5时 #1

zeroleo12345 opened this issue Feb 12, 2017 · 1 comment

Comments

@zeroleo12345
Copy link

.method private test0(B[IJLjava/lang/String;)V
.registers 9
.param p1, "a0" # B
.param p2, "a1" # [I
.param p3, "a2" # J
.param p5, "a3" # Ljava/lang/String;

有时会反编译成如下
.method private test0(B[IJLjava/lang/String;)V
.locals 5
.param p1, "a0" # B
.param p2, "a1" # [I
.param p3, "a2" # J
.param p5, "a3" # Ljava/lang/String;

传参b0是应该写9还是5, 且key名是否保持"reisters"?
bp0 = {
"class": "Lcom/tencent/mm/plugin/chatroom/ui/ChatroomInfoUI;",
"method": "onActivityResult",
"sign": "(IILandroid/content/Intent;)V",
"index": 0,
"registers": 9,
"callback": breakPointCallback0
}

@cheetahsec
Copy link
Owner

对不起,调试器细节我已经忘了,翻下附加的文档看看吧

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

No branches or pull requests

2 participants