fixed info views

removed args from dylib view
	increased size for signing
added file type (via 'file' cmd) to non-binary files
added extra logic to handle filtering
VT reload is row-only (no more full table!)
This commit is contained in:
Patrick Wardle
2015-06-27 17:49:31 -10:00
parent 4552b1c55a
commit 51be8da95e
19 changed files with 525 additions and 528 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ struct dyld_image_info_32 {
// ->32bit mode
else
{
//hack, can use 64bit version of struct (since 'infoArray' is first pointer
//hack, can use 64bit version of struct (since 'infoArray' is first pointer)
// ->but zero out top bits
remoteReadAddr = (vm_address_t)allImageInfo->infoArray & 0xFFFFFFFF;