Page 1 of 1

Find files and parse them in the command line

Posted: 11 Nov 2018 15:01
by hacxx
Hi,

I'm looking for help with this tool that i'm developing. The tool needs to scan the harddisk looking for DLLs and EXEs and patch them.

I tried using the "Find" Command but got a Access Denied. And the folders are not restricted.

Also after finding the DLLs and EXEs i need to parse them with another command utility.

Thanks for all the help

Re: Find files and parse them in the command line

Posted: 11 Nov 2018 19:44
by Squashman
Use the DIR or FOR commands to find the files you want. The FIND command is used to find string inside text files.

Re: Find files and parse them in the command line

Posted: 12 Nov 2018 11:43
by hacxx
I'm kinda new into this can you show me an example?