This website requires JavaScript.
Explore
Help
Sign In
admin
/
volatilityfoundation-volatility
Watch
1
Star
0
Fork
0
You've already forked volatilityfoundation-volatility
mirror of
https://github.com/volatilityfoundation/volatility
synced
2026-06-08 18:04:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
252
Commits
11
Branches
10
Tags
5dfdff5570c6d9d6cd92c4f6debbeee002b2edea
Commit Graph
2 Commits
Author
SHA1
Message
Date
mike.auty@gmail.com
821130fb2e
Convert all *args to *args, **kwargs in __init__ functions.
2012-03-08 20:58:06 +00:00
iMHLv2
7c571f8606
add object classes for _IMAGE_IMPORT_DESCRIPTOR, _IMAGE_EXPORT_DIRECTORY, and _LDR_DATA_TABLE_ENTRY. allows enumeration of PE (exe/dll/sys) imports and exports (by name or by ordinal). handles forwarded exports. required for finding ssdt on x64 and for various malware plugins (like apihooks). Fixes Issue
#197
2012-01-31 13:03:48 +00:00