mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user