Skip to content

Instantly share code, notes, and snippets.

@52617365
52617365 / Cargo.toml
Created February 26, 2023 07:12 — forked from CoolOppo/Cargo.toml
How to compile to a DLL in rust while using it as a normal rust library
[package]
name = "test"
version = "0.1.0"
authors = ["YOU <[email protected]>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
@52617365
52617365 / idapython_cheatsheet.md
Last active August 14, 2024 17:28 — forked from icecr4ck/idapython_cheatsheet.md
Cheatsheet for IDAPython
@52617365
52617365 / reverse-engineering-macos.md
Created August 7, 2024 17:16 — forked from 0xdevalias/reverse-engineering-macos.md
Some notes, tools, and techniques for reverse engineering macOS binaries