-
Member
IDA how to rename lua function ?
IDA how to auto rename lua function ?
Like this function "lua_pushboolean"
-
Contributor
You don't really auto name them, If you already have them for a given wow build, you can run bindiff and it will usually find and name them all.
To find them for the first time you can reverse Lua functions by searching for known script commands that will likely call the given Lua function(for example: a script that outputs a boolean value will make a call to lua_pushboolean)
-
Diff with a compiled Lua (preferably the same version that WoW uses.)
-
|Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|
-
Post Thanks / Like - 1 Thanks
Valediction (1 members gave Thanks to -Ryuk- for this useful post)