Skip to content

Instantly share code, notes, and snippets.

View featherL's full-sized avatar

xi4oyu featherL

View GitHub Profile
@featherL
featherL / gofunc_fix.py
Last active July 21, 2025 02:58
适用于 IDA Pro 9.1, 修复 golang 函数定义中返回值放在函数参数位置的问题
"""
@Author: xi4oyu
@Github: https://github.com/featherL
@File: gofunc_fix.py
适用于 IDA Pro 9.1, 修复 golang 函数定义中返回值放在函数参数位置的问题
"""
import idautils
import ida_funcs
@featherL
featherL / blf.bt
Created May 31, 2022 03:31
The 010Editor template for CLFS(Common Log File System) .blf file
typedef UCHAR CLFS_CLIENT_ID<format=hex>;
typedef QWORD CLFS_LSN<format=hex>;
typedef QWORD ULONGLONG<format=hex>;
typedef QWORD PUCHAR<format=hex>;
typedef struct _CLFS_LOG_BLOCK_HEADER
{
UCHAR MajorVersion<format=hex>;
UCHAR MinorVersion<format=hex>;
UCHAR Usn;