Skip to content

Instantly share code, notes, and snippets.

View hksuki's full-sized avatar

hksuki hksuki

View GitHub Profile
@hksuki
hksuki / reverse-engineering-macos.md
Created July 2, 2024 03:30 — forked from 0xdevalias/reverse-engineering-macos.md
Some notes, tools, and techniques for reverse engineering macOS binaries
@hksuki
hksuki / elf_format_cheatsheet.md
Created March 14, 2024 01:24 — forked from x0nu11byt3/elf_format_cheatsheet.md
ELF Format Cheatsheet

ELF Format Cheatsheet

Introduction

Executable and Linkable Format (ELF), is the default binary format on Linux-based systems.

ELF

Compilation

@hksuki
hksuki / tmux-cheatsheet.markdown
Created March 25, 2022 02:07 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表 & 简明教程

注意:本文内容适用于 Tmux 2.3 及以上的版本,但是绝大部分的特性低版本也都适用,鼠标支持、VI 模式、插件管理在低版本可能会与本文不兼容。

Tmux 快捷键 & 速查表 & 简明教程

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

@hksuki
hksuki / idapython_cheatsheet.md
Created January 10, 2022 01:53 — forked from icecr4ck/idapython_cheatsheet.md
Cheatsheet for IDAPython
@hksuki
hksuki / sh
Created May 16, 2019 12:11
wireguard install script
yum install -y wget && wget https://raw.githubusercontent.com/atrandys/wireguard/master/wireguard_install.sh && chmod +x wireguard_install.sh && ./wireguard_install.sh