样本下载地址:
https://pan.quark.cn/s/1f64a2cb4c0a
const-string v0, ""isVip":0"<p></p>
<p>const-string v2, ""isVip":1"</p>
<p>invoke-virtual {v1, v0, v2}, Ljava/lang/String;->replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;</p>
<p>move-result-object v1</p>
const-string v0, ""isVip":0"<p></p>
<p>const-string v2, ""isVip":1"</p>
<p>invoke-virtual {v1, v0, v2}, Ljava/lang/String;->replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;</p>
<p>move-result-object v1</p>
public static void main(String[] args) {
//模拟服务器返回的json字符串
String json = "{"code":200,"msg":"u6210u529f","data":{"id":10000,"user":"123456@qq.com"," +
""nick":"u4e00u53eau5c0fu8001u864e","email":null,"phone":null,"create_time":1720083587," +
""token":"2131uqgequgeu124141h414i14","isVip":0}}";
//替换后的json字符串
String result = json.replace(""isVip":0", ""isVip":1");
}
{
"code":200,
"msg":"成功",
"data":{
"id":10000,
"user":"[email protected]",
"nick":"一只小老虎",
"email":null,
"phone":null,
"create_time":1720083587,
"token":"2131uqgequgeu124141h414i14",
"isVip":1
}
}
function main() {
Java.perform(function () {
let o00000OO = Java.use("okhttp3.o00000OO");
o00000OO["string"].implementation = function () {
console.log(<code class="hljs language-csharp">o00000OO.<span class="hljs-built_in">string</span> <span class="hljs-keyword">is</span> called</code>);
let result = this["string"]();
console.log(<code class="hljs language-bash">o00000OO.string result=<span class="hljs-variable">${result}</span></code>);
return result;
};
});
}
setImmediate(main, 0);
{
"id":69789,
"uid":69789,
"url":"<a href="https://share.com/recv">https://share.com/recv</a>",
"title":"快传",
"description":"文件传输",
"create_time":1673863664,
"status":1,
"star":1,
"stars":",69789,66939,142262,2333,128915,93497,174103,176173",
"user":"[email protected]",
"nick":"凌凌漆007",
"pass":"123456789",
"email":"[email protected]",
"phone":"13800138000",
"token":"123115536432242dasad1a7517",
"isVip":1,
"skillId":1737
}
本文内容来自网络,如有侵权请联系删除
推荐站内搜索:最好用的开发软件、免费开源系统、渗透测试工具云盘下载、最新渗透测试资料、最新黑客工具下载……
还没有评论,来说两句吧...