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
Files
fdcc3ca65cfa954d175edafffb30fa930c9239b4
volatilityfoundation-volati…
/
volatility
/
win32
T
History
gleeda
2b1494a4cd
removed unused variable
2013-01-17 00:38:52 +00:00
..
__init__.py
Move the Volatility-1.4_rc1 branch over to trunk.
2011-06-29 21:01:19 +00:00
crashdump.py
Move the Volatility-1.4_rc1 branch over to trunk.
2011-06-29 21:01:19 +00:00
domcachedump.py
Move the Volatility-1.4_rc1 branch over to trunk.
2011-06-29 21:01:19 +00:00
hashdump.py
fix a NoneType is not iterable error in hashdump.py. after doing that, it was realized that a debug.error statement in HashDump.render_text was preventing the plugin from finishing so it was changed to debug.debug.
2012-04-02 16:16:19 +00:00
hive.py
Merge branch 'local/noregistry' into local/trunk
2012-03-08 23:39:19 +00:00
lsasecrets.py
Move the Volatility-1.4_rc1 branch over to trunk.
2011-06-29 21:01:19 +00:00
modules.py
add _KDDEBUGGER_DATA64.processes() and _KDDEBUGGER_DATA64.modules() generators to replace much of the code in win32.tasks and win32.modules. this is mostly for API and ease-of-use. plus in the future if windows processes need to be enumerated differently, we can easily subclass _KDDEBUGGER_DATA64
2012-06-05 20:19:07 +00:00
network.py
make sure to dereference sock.Next and conn.Next, otherwise it will appear as if multiple socket and connection objects have different members but the same offset since sock.obj_offset == sock.Next.obj_offset. Fixes Issue
#244
. Fixes Issue
#258
.
2012-05-16 16:37:50 +00:00
rawreg.py
removed unused variable
2013-01-17 00:38:52 +00:00
tasks.py
fix a mis-understanding of the cases in which kpcrscan can serve as a backup for finding KDBG. in short, we iterate through the volmagic suggestions instead of accepting the first/best suggestion. for more details, please see issue
#269
. Fixes Issue
#269
.
2012-06-12 15:47:15 +00:00
xpress.py
Move the Volatility-1.4_rc1 branch over to trunk.
2011-06-29 21:01:19 +00:00