Skip to content

LoL Memory: Map name

iorlas edited this page Nov 2, 2011 · 1 revision

For some purposes, we need what map is loaded now.

We can find out address of the name of current map using IDA Pro.

  1. Search for a Started Map. It must be something like push offset aStartedMapS ; "Started Map %s\n".
  2. Look up! push offset byte_2BF2B3C ; ArgList - this is what we need.

Type - char*. It's a null-terminated string.

Clone this wiki locally