Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5702

大佬们可以帮忙看下ida里面的伪代码嘛

$
0
0

@qwer123 wrote:

if ( v9 == 4 )
{
v77 = &v15;
v76 = “/abc”;
v79 = &v15;
v78 = “/abc”;
v80 = &v15;
v81 = &v15;
v82 = &v15;
v83 = &v15;
v17 = 0LL;
v16 = 0LL;
*(_QWORD *)&v15 = 0LL;
v5 = v26;
v6 = std::__1::char_traits::length("/abc");
std::__1::basic_string<char,std::__1::char_traits,std::__1::allocator>::__init(&v15, “/abc”, v6);
v85 = &v12;
v84 = “/ok/abc”;
v87 = &v12;
v86 = “/ok/abc”;
v88 = &v12;
v89 = &v12;
v90 = &v12;
v91 = &v12;
v14 = 0LL;
v13 = 0LL;
v12 = 0LL;
v7 = std::__1::char_traits::length("/ok/abc");
std::__1::basic_string<char,std::__1::char_traits,std::__1::allocator>::__init(
&v12,
“/ok/abc”,
v7);
str_replace(v5, (__int64)&v15, &v12);
std::__1::basic_string<char,std::__1::char_traits,std::__1::allocator>::~basic_string(&v12);
std::__1::basic_string<char,std::__1::char_traits,std::__1::allocator>::~basic_string(&v15);
}

上面是我从ida里复制出来的伪代码,看着像是c语言实现的,有大佬知道具体是什么意思吗,能否还原下代码,谢谢了。

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5702

Trending Articles