![]() |
run execl and cudaHashCat-1.36 on Linux - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: run execl and cudaHashCat-1.36 on Linux (/thread-4542.html) |
run execl and cudaHashCat-1.36 on Linux - MaksVal - 07-21-2015 Hi! Please, help me! I tried to run hashcat from my C programm, but HashCat is running fault. My C code: Code: { Code: Hashes: 1 hashes; 1 unique digests, 1 unique salts But! If I add Code: chdir("/opt/HashCat/cudaHashcat/"); change execlp on system command... HashCat it's OK! How can I use execlp command without chdir and system? I use CentOS 7. Thanks your help! RE: run execl and cudaHashCat-1.36 on Linux - atom - 07-27-2015 usually hashcat / oclHashcat expects you to run it from its installation folder. If you can not do that, you can also try to symlink all files / folders that they need on startup. use strace to find out. |