Posts

Showing posts from June 16, 2015

Debugging Android

Image
Debugging In this document Debugging Environment Additional Debugging Tools Debugging Tips The Android SDK provides most of the tools that you need to debug your applications. You need a JDWP-compliant debugger if you want to be able to do things such as step through code, view variable values, and pause execution of an application. If you are using Android Studio, a JDWP-compliant debugger is already included and there is no setup required. If you are using another IDE, you can use the debugger that comes with it and attach the debugger to a special port so it can communicate with the application VMs on your devices. The main components that comprise a typical Android debugging environment are: adb adb  acts as a middleman between a device and your development system. It provides various device management capabilities, including moving and syncing files to the emulator, running a UNIX shell on the device or emulator, and providing a general means to communicate with

Reverse Engineering Malware Analysis

On-line Malware Analysis Articles You can learn a lot about malware analysis on-line. I wrote a number of articles on the topic, so allow me to walk you through them: Get started with my article  5 Steps to Building a Malware Analysis Toolkit Using Free Tools . If using virtualization software to set up your lab, take a look at  Using VMware for Malware Analysis . Read about the  3 Phases of Malware Analysis Process  to get an overview of the key aspects of the malware-reversing effort and a related article  Mastering 4 Stages of Malware Analysis . Got get a good sense for what typical output of the reversing process looks like, take a look at my post What to Include in a Malware Analysis Report  and at Anuj Soni's article  How to Track Your Malware Analysis Findings . As you continue to experiment with malware analysis, take a look at the cheat sheets I put together for  reverse-engineering malware  and  analyzing malicious documents . Malware Analysis Webcasts I reco
Booking.com