From e687a07f2e463472ad4609371f7b914b5de649a6 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Tue, 19 Jun 2012 21:02:27 +0400 Subject: Fix getRebaseDelta: should be signed int. --- Lua API.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lua API.html') diff --git a/Lua API.html b/Lua API.html index f1bdd17d..84d13e2f 100644 --- a/Lua API.html +++ b/Lua API.html @@ -1329,8 +1329,8 @@ global environment, persistent between calls to the script.

  • dfhack.internal.getVTable(name)

    Returns the pre-extracted vtable address name, or nil.

  • -
  • dfhack.internal.getBase()

    -

    Returns the base address of the process.

    +
  • dfhack.internal.getRebaseDelta()

    +

    Returns the ASLR rebase offset of the DF executable.

  • dfhack.internal.getMemRanges()

    Returns a sequence of tables describing virtual memory ranges of the process.

    -- cgit v1.2.1