-
```
In file included from p/native/w32.c:7:0,
from p/debug_native.c:65:
p/native/maps/windows.c: In function 'w32_dbg_maps':
p/native/maps/windows.c:30:2: warning: implicit declaratio…
-
In my usage, I often need only the imports or only the exports in a PE. So instead of getting the whole header, I would like direct access to the tables.
Either like this:
``` powershell
Get-PEHeade…
-
How do you feel about adding an extra field with the module name to the objects representing Import and Export table items?
Maybe Importer and Exporter? Or ImportingModule and ExportingModule?
It wo…
-
https://github.com/ManageIQ/manageiq/blob/a48e3a8f3fdf693956950da9f770f0ab42ca85bc/lib/metadata/util/win32/peheader.rb#L14
These should be moved to extensions to start...
cc @Fryguy @tenderlove
-
"Use Out-Null to suppress unwanted/irrelevant output."
Out-Null is the slowest way to dump unwanted output because it unnecessarily involves the pipeline. It is far faster to cast to [void] or assign …
-
Ruby 2.0 will convert strings in ruby scripts to UTF8... we've had issues such as #218 #465 where binary string literals were converted to UTF8 as invalid encodings and caused tests to fail.
We still…
-
Matt.
Feature request:
Can we see the Resource section in PE_HEADER.
That'll be really useful.
http://msdn.microsoft.com/en-us/magazine/cc301808.aspx
-
I just install Lua 5.1/5.2 on Windows 2008 (x64) Enterprise server:
https://gist.github.com/moteus/6823437
The problems i faced with:
1. install script does not find lua interpretor named as `lua5x.ex…