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

在逆向分析过程中,遇到静态变量或者静态方法,应该如何分析?

$
0
0

@lixianshen wrote:

需求: 今天在分析自己公司的 App,发现涉及到静态变量参与的,没有较为明显的提示信息

静态变量参与的判断

以下是 IDA f5 分析:

image

这里对应的源代码如下:

image

上图中 _isFristLoad 的声明:static BOOL _isFristLoad = NO;
在实际分析中,遇到这种应该如何分析呢?遇到byte_100F74EF9(或者类似这种),可以当做是静态变量处理吗?这个值应该如何定义,才能兼容原项目?求大佬们解答:thinking:

Posts: 7

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 5702

Trending Articles