lib/rex/exploitation/heaplib.rb in librex-0.0.54 vs lib/rex/exploitation/heaplib.rb in librex-0.0.63

- old
+ new

@@ -18,11 +18,11 @@ # # The list of symbols found in the file. This is used to dynamically # replace contents. # - SymbolNames = + SymbolNames = { "Methods" => [ "vtable", "lookasideAddr", @@ -99,6 +99,6 @@ @js = ObfuscateJS.obfuscate(@js, 'Symbols' => SymbolNames) end end end -end \ No newline at end of file +end