{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Android恶意代码分析与渗透测试

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Android恶意代码分析与渗透测试

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

本书详细讲解了Android恶意代码的散播渠道,并针对开发者和用户介绍如何应对此类威胁。还从分析人员的角度出发,通过渗透测试方法查看如何对应用程序进行迂回攻击以获得敏感信息。这些都是安全咨询人员或安全负责人可以直接应用的诊断方法。
Author Description

赵涏元,目前在KB投资证券公司负责安全工作,管理安全防范项目。在A3 Security公司做过5年渗透测试咨询顾问,在渗透测试项目管理、网络应用开发、源代码诊断等多种领域执行过漏洞诊断。之后在KTH安全团队负责移动服务和云服务安全、应对侵权事故等业务。著有《什么是渗透测试?》,与人合著《Kali Linux & BackTrack渗透测试实战》《Nmap NSE安全漏洞诊断实战》《数字取证的世界》《逮捕骇客的名侦探黑客》等。现为研究员、技术作家,与安全防范项目组成员们一起活跃在各个领域。

朴炳旭,现任职于DO-IT公司安全小组,目前在LG电子负责个人信息安全保护工作。曾在韩国国会图书馆进行3年6个月的安全系统运营管理,分析各种日志、预先拦截内外部非法入侵及误用/滥用、应对入侵事故等。与人合著《Kali Linux & BackTrack渗透测试实战》《Nmap NSE安全漏洞诊断实战》。在安全防范项目组主要负责分析BackTrack/Kali Linux工具、Nmap NSE源代码及原理、Android恶意代码等,并与安全防范项目组成员们一起活跃在各个领域。

南大铉,目前负责智能TV安全漏洞诊断,在安全防范项目组担任移动PM。曾负责国企、银行、证券公司、信用卡公司等部门的渗透测试业务,还曾在S电子线事业部执行移动漏洞诊断。一直关注移动安全、源代码审计、嵌入式、物联网(IoT)安全。

金衡范,在(株)SSR管理咨询团队负责ISMS认证、ISO27001认证、PIMS认证、个人信息保护咨询等业务,在安全防范项目组负责组织并开展逆向工程相关技术线下活动。

金圣武,现居吉林,具有十多年网络安全领域工作经验,并翻译过大量安全主题相关文章。

OWASP子明,OWASP中国负责人,51CTO信息安全专家,微软信息安全白皮书译者。现为知道创宇信息技术有限公司技术总监。
Catalogue

第1章Android的基本概念 1
1.1Android的架构 1
1.1.1Linux内核 2
1.1.2库 2
1.1.3Android运行时 2
1.1.4应用程序与框架 4
1.1.5设备文件目录结构 5
1.2Android重要组件 10
1.2.1Activity 10
1.2.2Service 11
1.2.3Content Provider 11
1.3Android应用程序的基本结构 11
1.4小结 18
第2章Android应用程序诊断环境 19
2.1构建Android环境 19
2.1.1安装Android SDK 19
2.1.2安装ADK 23
2.1.3测试Android开发环境 34
2.1.4Linux系统Android开发环境
构建 38
2.2构建数据包分析及检测环境 40
2.2.1使用线路由器收集信息 40
2.2.2利用支持USB类型的AP(支持网关)收集信息 46
2.2.3设置点对点网络以收集信息 48
2.2.4使用tcpdump二进制文件收
集信息 52
2.3切换设备平台 55
2.3.1通过攻击代码了解Rooting 55
2.3.2使用Tegrak内核 66
2.3.3使用CF-Auto-Root 69
2.4Android诊断工具介绍 73
2.4.1ADB基本命令 73
2.4.2导出/导入设备中的apk文件 78
2.4.3使用LogCat进行分析 80
2.4.4使用pm命令获取设备信息 86
2.4.5使用Busybox扩展Android
系统命令 89
2.5使用编辑器分析文件格式 91
2.6小结 101
第3章Android App分析方法 102
3.1通过反编译进行静态分析 102
3.2通过动态调试进行分析 107
3.3通过代码修补绕过apk文件 115
3.4使用AndroGuard进行分析 117
3.4.1使用Androapkinfo查看信息 119
3.4.2使用Androxml查看二进制
XML文件 120
3.4.3使用Androlyze进行分析 121
3.4.4使用Androdd查看apk文件
结构 130
3.4.5使用Androdiff和Androsim
比较文件 133
3.5使用DroidBox进行自动分析 135
3.5.1path中添加adb命令 135
3.5.2使用Android SDK Manager
升级Packages 135
3.6使用Sublime插件进行分析 144
3.7使用APKInspector进行分析 147
3.8使用dexplorer和dexdump进行分析 151
3.9使用Santoku分析移动App 152
3.9.1诊断工具Santoku 152
3.9.2Santoku安装与运行方法 153
3.9.3使用Santoku对移动App
进行逆向分析 158
3.10小结 159
第4章恶意代码分析 160
4.1使用在线分析服务 160
4.1.1使用Anubis分析恶意App 161
4.1.2使用VirusTotal分析恶意
App 162
4.1.3使用VirusTotal App进行
诊断 174
4.1.4使用andrototal诊断 176
4.1.5使用apkscan App进行诊断 179
4.1.6使用Dexter进行诊断 184
4.1.7使用APK Analyzer进行诊断 186
4.2手动分析恶意代码App 187
4.2.1分析smartbiling.apk恶意代
码(获取设备信息) 188
4.2.2分析alyac.apk恶意代码(伪
造杀毒App) 199
4.2.3分析miracle.apk恶意代码
(发送设备信息) 219
4.2.4分析phone.apk恶意代码
(修改金融App) 224
4.2.5apk-locker使用案例 231
4.3用户应对恶意代码威胁的方法 235
4.3.1禁止点击和下载可疑URL 236
4.3.2安装手机杀毒软件并定期
更新 238
4.3.3关闭不使用的线接口 239
4.3.4禁止随意修改平台结构 240
4.3.5使用三星KNOX(基于SE Android)保障安全 241
4.4小结 242
第5章Android移动服务诊断 243
5.1构建虚拟漏洞诊断测试环境 243
5.2OWASP TOP 10移动安全威胁 248
5.3保存不安全的数据 250
5.3.1虚拟程序实操 252
5.3.2查看/data/data/目录 253
5.3.3应对方案 254
5.4易受攻击的服务器端控制 255
5.5使用易受攻击的密码 263
5.6传输层保护不足(非加密通信) 264
5.7源代码信息泄漏 270
5.8泄漏重要信息 272
5.8.1泄漏内存中的重要信息 273
5.8.2虚拟程序实操 276
5.9泄漏日志信息 280
5.10Web服务漏洞项目诊断 281
5.11App应对方案:加密源代码 283
5.11.1ProGuard 283
5.11.2用ProGaurd生成密钥 284
5.11.3设置ProGuard 286
5.11.4ProGuard生成文件简介 289
5.11.5ProGuard的结果文件 291
5.12小结 293
第6章使用Android诊断工具 294
6.1PacketShark:网络数据包截获工具 294
6.2Drozer:移动诊断框架 298
6.3ASEF:移动设备漏洞工具 307
6.3.1通过安装apk文件进行检测 308
6.3.2检测设备apk文件 312
6.4DroidSheep:Web会话截取工具 319
6.5dSploit:网络诊断工具 325
6.5.1端口扫描 328
6.5.2获取信息 329
6.5.3破解账号 329
6.5.4中间人攻击 330
6.6AFLogical:移动设备取证工具 332
6.7小结 333
第7章Android黑客大赛App试题 334
7.1Android App试题 1 334
7.1.1试题描述与出题目的 334
7.1.2解题 334
7.2Android App试题 2 341
7.2.1试题描述与出题目的 341
7.2.2解题 341
7.3Android App试题 3 344
7.3.1试题描述与出题目的 344
7.3.2解题 345
7.4Android App试题 4 352
7.5小结 361
参考网站 362
后记 363

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book