OT Security Specialist, Reverse Engineer and Firmware Emulation Researcher
-
Cyberdanube
- Vienna
- cyberdanube.com
Pinned Loading
-
BinaryNinja Auto Symbol Linker for P...
BinaryNinja Auto Symbol Linker for Projects 1import binaryninja
2"""
3Create a folder called lib in your project and import
4all shared libraries there. the script will try to auto
5import them.
-
BinaryNinja Save Basicblock Offsets ...
BinaryNinja Save Basicblock Offsets to File 1import binaryninja
2from binaryninja import interaction
34"""
5Return offsets to all basicblocks
-
Get task information from /proc
Get task information from /proc 1#!/bin/bash
2# -fitfrost4
34if [[ $# -ne 1 ]]; then
5echo "Usage: $0 <PID>"
-
BinaryNinja find insecure function c...
BinaryNinja find insecure function calls 1import binaryninja as bn
23TAG_CATEGORIES = {
4"High": {
5"icon": "🟥",
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.