Is it possible to know with dumpbin tools if a executable under windows use the command arp ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, not really. If it has
arp.exeas a string literal, and passes that string literal toWinExec,CreateProcess, etc., that’ll be pretty easy to find. It could, however, do something like readingarp.exein from a file at run-time, which will make it considerably more difficult to find.