-
```
What steps will reproduce the problem?
1. svn update to latest trunk (latest malware.py, too)
2. run apihooks module
imageinfo:
Suggested Profile(s) : WinXPSP3x86, WinXPSP2x86 (Instanti…
-
```
I just let vadinfo run across all the processes and it blew up with this
backtrace:
Traceback (most recent call last):
File "vol.py", line 185, in
main()
File "vol.py", line 176, in mai…
-
```
I took a crack at fixing kpcrscan for x64. Here's a patch that solves some of
the potential issues, but it still doesn't work.
The patch is built on r1289 from trunk.
```
Original issue rep…
-
```
I took a crack at fixing kpcrscan for x64. Here's a patch that solves some of
the potential issues, but it still doesn't work.
The patch is built on r1289 from trunk.
```
Original issue rep…
-
```
The FileAddressSpace.read(addr, length) API doesn't handle NativeType. All
other AS (or at least most of them that I've seen) you can pass a NativeType as
the length. If you pass a NativeType to…
-
```
Relatively minor issue. I've read issues 184 and 190 which discuss the masking
out the upper 16 bits of 64-bit pointers in the v() and __eq__() functions.
However this doesn't seem intuitive t…
-
```
This bug is probably the result of ambiguous validity checking. I did a vadinfo
on the image xp-laptop-2005-06-25.img and I could see lines like:
FileObject @823c234c FileBuffer @ f000af7e …
-
```
Hey guys,
I've been seeing this problem:
$ python volatility.py procexedump -f d0.vmem -p 1504 --dump-dir=out
Volatile Systems Volatility Framework 1.4_rc1
*************************************…
-
```
So upon investigating a new plugin that has to traverse a *lot* of registry
keys. In so doing, it calls is_valid_address often which calls
HiveAddressSpace vtop, which calls the following:
sel…
-
```
What steps will reproduce the problem?
1. svn update to latest trunk (latest malware.py, too)
2. run apihooks module
imageinfo:
Suggested Profile(s) : WinXPSP3x86, WinXPSP2x86 (Instanti…