Skip to content

Instantly share code, notes, and snippets.

View lastbattle's full-sized avatar

LastBattle lastbattle

  • Everywhere and nowhere
View GitHub Profile
@lastbattle
lastbattle / script.idc
Created August 15, 2016 16:48 — forked from diamondo25/script.idc
MapleStory IDC script
// IDC script for identifying functions and such
#include <idc.idc>
#define RenameFunction(a, b) Message("Found %s at %a\r\n", b, a); MakeName(a, b)
#define START_ADDR 0x00400000
static main() {
auto addr = BADADDR;
auto onMovePacket = FindAoBAndRename("25 0C FE FF FF 05 E8 03", "?OnMovePacket@CMovePath@@QAEXAAVCInPacket@@H@Z");