ida_yara Logo

ida_yara

0
Free
Visit Website

ida_yara is a Python script that can be used to scan data within an IDB using Yara. The code mimics IDA's find_text and find_binary. It creates the Yara signature based off of the search and its search flags. Usage: Same as IDA's find_text and find_binary. Example: ida_yara.yara_find_text(start_ea, y, x, ustr, sflag=0) ida_yara.yara_find_binary(start_ea, ubinstr, radix=16, sflag=0) Search Flags: SEARCH_UP = search up return single match SEARCH_DOWN = search down return single match SEARCH_UP|SEARCH_NEXT = return all up from ea with the order being closest to furthest SEARCH_DOWN|SEARCH_DOWN = return all down from ea SEARCH_DOWN = same as SEARCH_DOWN SEARCH_UNICODE = search for Unicode characters

FEATURES

ALTERNATIVES

A blind SQL injection tool written in Golang

UDcide provides an alternative approach to dealing with Android malware by targeting specific behaviors for removal.

A cheat sheet for default credentials to aid in penetration testing and vulnerability assessment

TeamTNT is modifying its malicious shell scripts after they were made public by security researchers.

A collection of reverse engineering challenges covering a wide range of topics and difficulty levels.

VMCloak is a tool for creating and preparing Virtual Machines for Cuckoo Sandbox.

A Yara ruleset for detecting PHP shells and other webserver malware.

Andromeda makes reverse engineering of Android applications faster and easier.