background preloader

Development tools

Facebook Twitter

Free IP Switcher: Switch between different network settings - Spyware FREE.

Java

Linux. InK - Interface Kit. Calculatrice de Temps Vidéo. Android. Androguard - Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !) Androguard is mainly a tool written in python to play with : Dex/Odex (Dalvik virtual machine) (.dex) (disassemble, decompilation), APK (Android application) (.apk), Android's binary xml (.xml), Android Resources (.arsc).

androguard - Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)

Androguard is available for Linux/OSX/Windows (python powered). If you have decided to make a donation for the Androguard project in order to help the developers, click the donate button below for Paypal: Androguard has the following features :

Netbeans

Javascript. Leak-finder-for-javascript - Tool for finding memory leaks in JavaScript programs. In JavaScript you cannot have "memory leaks" in the traditional sense, but you can have objects which are unintentionally kept alive and which in turn keep alive other objects, e.g., large parts of DOM.

leak-finder-for-javascript - Tool for finding memory leaks in JavaScript programs.

Leak Finder for JavaScript works against the Developer tools remote inspecting protocol of Chrome, retrieves heap snapshots, and detects objects which are "memory leaks" according to a given leak definition. The default configuration of the tool detects goog.Disposable objects which were not dispose()d. goog.EventTarget is a subclass of goog.Disposable, and if an EventTarget is not disposed, event listeners are not discarded properly, and event listeners in turn keep DOM objects alive. It's possible to configure the tool to detect other similar misuses.

Apache