Skip to content

Instantly share code, notes, and snippets.

View SoulGirlJP's full-sized avatar

SoulsJP SoulGirlJP

  • Indoors Studio
  • Montreal, QC
View GitHub Profile
@SoulGirlJP
SoulGirlJP / .c
Created September 10, 2020 00:46
IDA Script for KMS (updated from Diamond25 Script)
#define RenameFunction(a, b) Message("Found %s at %a\r\n", b, a); MakeName(a, b)
#define START_ADDR 0x00400000
static main() {
// Decodes/Encodes
FindCInPacketDecodeFunction("83 F8 01", "CInPacket::Decode1");
FindCInPacketDecodeFunction("83 F8 02", "CInPacket::Decode2");
FindCInPacketDecodeFunction("83 F8 04", "CInPacket::Decode4");