aboutsummaryrefslogtreecommitdiff
path: root/win32/pe-parser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'win32/pe-parser.lua')
-rw-r--r--win32/pe-parser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/pe-parser.lua b/win32/pe-parser.lua
index 34556812..1aff7107 100644
--- a/win32/pe-parser.lua
+++ b/win32/pe-parser.lua
@@ -416,7 +416,7 @@ M.parse = function(target)
416 name = "Characteristics"}, 416 name = "Characteristics"},
417 }, f) 417 }, f)
418 end 418 end
419 -- we now have section data, so add RVA convertion method 419 -- we now have section data, so add RVA conversion method
420 out.get_fileoffset = M.get_fileoffset 420 out.get_fileoffset = M.get_fileoffset
421 421
422 -- get the import table 422 -- get the import table