1 / 11
文档名称:

【最新】Android恶意代码分析.doc

格式:doc   大小:124KB   页数:11页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

【最新】Android恶意代码分析.doc

上传人:朱老师 2022/3/31 文件大小:124 KB

下载得到文件列表

【最新】Android恶意代码分析.doc

文档介绍

文档介绍:Android恶意代码分析
of rural drinking water sources, protection of drinking water sources in rural areas by the end ong water sources in rural areas by the end of the delimitation of the scope of protection, complete with warning signs, isolating network protection facilities
of rural drinking water sources, protection of drinking water sources in rural areas by the end of the delimitation of the scope of protection, complete with warning signs, isolating network protection facilities
of rural drinking water sources, protection of drinking water sources in rural areas by the end of the delimitation of the scope of protection, complete with warning signs, isolating network protection facilities
    <uses-permission android:name="" />允许安装程序
    <uses-permission android:name="" />允许程序访问有关GSM网络信息
    <uses-permission android:name="" />允许程序访问Wi-Fi网络状态信息
    <uses-permission android:name="" />读取电话状态
<uses-permission android:name="" />允许一个程序获取信息有关当前或最近运行的任务,一个缩略的任务状态,是否活动等等
恶意activity
        <activity android:name="" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="" />
//////////////////////////////////////////////////////////////////////////////////////////////
 
代码分析
分析程序入口
  protected void onCreate(Bundle paramBundle) //
  {
    = getSharedPreferences("MainActivity", 0);
    (paramBundle);
    setVolumeControlStream(3);
    setTitle(2131165197);
    getListView().setOnCreateContextMenuListener(this);
    = "".equals(getIntent().getAction());
    aeo(); //此函数中会开启  <activity android:name="" />
 
  }
//////////////////////////////////////////////////////////////////