Skip to content

Instantly share code, notes, and snippets.

View Ainevsia's full-sized avatar
:octocat:
Code with Rust 🦀 Code with Love ❤️

Zhipeng Xu Ainevsia

:octocat:
Code with Rust 🦀 Code with Love ❤️
View GitHub Profile
@Ainevsia
Ainevsia / getPETimestamp.py
Created February 8, 2023 07:15 — forked from geudrik/getPETimestamp.py
Read the PE Timestamp from a Windows Executable (PE) in Python
#! /usr/bin/env python2.7
#
# Author: Pat Litke (C) 2014
#
# This code is released under the WTFPL V2 http://www.wtfpl.net/
#
# License:
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
#
@Ainevsia
Ainevsia / README.md
Created March 27, 2022 11:59 — forked from chuyik/README.md
macOS 给 Git(Github) 设置代理(HTTP/SSH)