This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |