x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

a quick way to check what DLLs are referenced by an exe of any arch

hassilon Page Icon Posted 2023-08-16 2:33 PM
#
Avatar image of hassilon
Subscribers
Factorite (Elite)

Posts:
101
Location:
United StatesĀ 
Status:
If you have a linux PC or use the craptacular but convenient Windows Linux Subsystem, here is a quick way to find out why your HPC won't run a binary you downloaded:

strings wincefile.exe | grep -i dll


For example, the (SH3 version) console application:
>strings console.exe | grep -i dll commctrl.dll COREDLL.dll KCTRL.dll


The -i switch tells grep to ignore case. The point of this is you already have strings and grep, so there is no need to install anything new.
 Top of the page
Jump to forum:
Seconds to generate: 0.141 - Cached queries : 58 - Executed queries : 9