Skip to content

Instantly share code, notes, and snippets.

View Still34's full-sized avatar

Still / Azaka Still34

View GitHub Profile
@Still34
Still34 / resolve-address.py IDAPython Script for DWORD Renaming (Compatible with the Latest IDAPython)
import ida_idaapi, ida_kernwin, ida_bytes, ida_name
import sys
import random
import re
if sys.version_info.major == 3:
import tkinter as tk
from tkinter import filedialog
else:
import Tkinter, tkFileDialog
@Still34
Still34 / 0. Discord.NET FAQ.md
Last active May 18, 2021 16:18
Discord.Net Frequently Asked Questions