Browsing tag

Debugging

HyperDbg – The Source Code Of HyperDbg Debugger

  HyperDbg is designed with a focus on using modern hardware technologies to provide new features to the reverse engineering world. It operates on top of Windows by virtualizing an already running system using Intel VT-x and Intel PT. This debugger aims not to use any APIs and software debugging mechanisms, but instead, it uses […]

box.js – A Tool For Studying JavaScript Malware

  A utility to analyze malicious JavaScript. Installation Simply install box-js from npm: npm install box-js –global Usage Looking to use box-js with Cuckoo? Use cuckoo-package.py as an analysis package. Let’s say you have a sample called sample.js: to analyze it, simply run box-js sample.js Chances are you will also want to download any payloads; […]

MemProcFS – The Memory Process File System

  The Memory Process File System is an easy and convenient way of accessing physical memory as files a virtual file system. Easy trivial point and click memory analysis without the need for complicated commandline arguments! Access memory content and artifacts via files in a mounted virtual file system or via a feature rich application […]

Microsoft Open Sources AI Debugging & Visualization Tool ‘TensorWatch’

Microsoft has open-sourced TensorWatch, a debugging and visualization tool aimed at reducing the complexities of artificial intelligence projects. It focuses more on one crucial part of the development process in particular and that is debugging. Getting rid of errors is one of the most time-consuming jobs in software projects. Especially when it comes to AI […]

GOWPT – Go Web Application Penetration Test

GOWPT is the younger brother of wfuzz a swiss army knife of WAPT, it allow pentester to perform huge activity with no stress at all, just configure it and it’s just a matter of clicks. How to install To install gowpt just type: make sudo make install Usage From the -h menu Usage of gowpt: […]

Droidefense – Advance Android Malware Analysis Framework

Droidefense (originally named atom: analysis through observation machine)* is the codename for android apps/malware analysis/reversing tool. It was built focused on security issues and tricks that malware researcher have on they every day work. For those situations on where the malware has anti-analysis routines, Droidefense attemps to bypass them in order to get to the […]

Creating the Ideal Setting for Hacking on Mobile Devices

For whatever reason, you want to set up a mobile device for hacking – or debugging. Search for a device that offers a solid base for mounting, hacking, debugging and testing. Also try to find a device that’s compatible with CyanogenMod OS. Revamping old mobile devices is the cheapest option. Installing CyanogenMod OS This process […]

Installing Apktool for Reverse Engineering Android Apps

Apktool is used for reverse engineering 3rd party Android apps. Debugging is made easier with Apktool’s ability to decrypt properties to their practically original forms. By rebuilding the properties post alteration, a user can gradually debug a smali code. Kali lists the features of apktool: decoding resources to nearly original form (including resources.arsc, XMLs and […]