Skip to content

Instantly share code, notes, and snippets.

@srd17
srd17 / fthn.py
Last active October 4, 2025 08:37
simplifying hintable nop analysis in IDA
# original hint-proj proj was private, but seems like general idea is public now.
# i'm aware that some idiots who had no idea about original project gonna use it in own purposes.
#
# here is a simple plugin to prevent these "attempts".
# code is super basic, as algos. you can improve it. hf.
import idaapi
import idautils
import ida_funcs
import ida_bytes