Add Streams property

This commit is contained in:
de4dot 2012-07-26 16:35:45 +02:00
parent bbd41a549c
commit 4c2de53080

View File

@ -32,6 +32,10 @@ namespace de4dot.PE {
uint offset, headerLength, length;
public DotNetStream[] Streams {
get { return streams; }
}
public uint Offset {
get { return offset; }
}