
- #PRODISCOVER BASIC CHECKSUM MAC OS X#
- #PRODISCOVER BASIC CHECKSUM APK#
- #PRODISCOVER BASIC CHECKSUM ARCHIVE#
The Sleuth Kit – open source digital forensics tool.
Volatility – memory forensics framework. ProDiscover Basic – evidence analyzer and data imaging tool. SANS SIFT – SANS Investigative Forensic Toolkit (SIFT) is an Ubuntu Live CD. Strings – allows you to search and extract ASCII and UNICODE strings from a binary. Flawfinder – a static source code analyzer that examines C/C++ source code and reports possible security weaknesses. OWASP LAPSE Project – security auditing tool for detecting vulnerabilities in Java EE Applications. NET and J2EE/JAVA code which supports the OWASP Code Review Project OWASP Code Crawler – a static code review tool for. HP Fortify Static Code Analyzer – also known as Fortify SCA which is a commercial software that is a multi-language auditor for vulnerabilities. RIPS – a static code analyzer for auditing vulnerabilities in PHP applications. The open source packer that is often used is the UPX packer PEID – used to determine if any obfuscator was used to pack the executable file. Strace – a system call tracer and another debugging tool. Radare2 – Unix-like reverse engineering framework and commandline tools. PE Tool – provide a handful of useful tools for working with Windows PE executables. #PRODISCOVER BASIC CHECKSUM APK#
Apktool – a tool for reversing Android apk files.WinDbg – Windows Debugger distributed by Microsoft.
#PRODISCOVER BASIC CHECKSUM MAC OS X#
IDA Pro – Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger.SWFScan – allows you to decompile Flash files.OllyDbg – the most disassembly-based and GUI debugger for Windows.Immunity Debugger – a debugger similar to OllyDbg that has some cool plugins with the use of Python.
Reverse Engineering Tools, Decompilers and Debuggers
Google – where you can ask some questions. Peda – Python Exploit Development Assistance for GDB. Metasploit Framework – aside from being a penetration testing framework and software, Metasploit has modules for automatic exploitation and tools for crafting your exploits like find_badchars.rb, egghunter.rb, patter_offset.rb, pattern_create.rb, etc. ctf-tools – a Github repository of open source scripts for your CTF needs like binwalk and apktool.
PwnTools – a CTF framework and exploit development library used by Gallopsled in every CTF. Forensics Wiki – a wiki designed for computer forensicsĬTF Frameworks or All-In One Tools for CTF. #PRODISCOVER BASIC CHECKSUM ARCHIVE#
CTF Resources – a repository and an archive of general topics for CTF and is somehow the same with Trail of Bits CTF Guide. Vulnhub – vulnerable machines you can practice or for your pentest laboratory. Awesome CTF – a curated list of Capture The Flag (CTF) frameworks, libraries, resources and software. Practice CTF List / Permanent CTF List – a good collection and resource of CTFs that are long-running. Trail of Bits CTF Guide– one of the best guides for newbies. Binary Exploitation : pwnable.tw (Advanced). Binary Exploitation : pwnable.kr (Beginner - Advanced).