|
Answer» I'm working on securing the batch files from being edited i know the bat2exe but it can be cracked then i made this reg Delete HKCR\batfile\shell\edit /f reg Delete HKCR\cmdfile\shell\edit /f reg Delete HKCR\batfile\shell\print /f reg Delete HKCR\cmdfile\shell\print /f so now you can click edit on the .bat .cmd files but it can be cracked too by CHANGING the file from .bat to .txt so now i want to stop this RENAMING from happning but i don't know how and i feel that it's possible with registry In what way can the bat2exe be cracked?If you know C++ Programming you can create a C++ program and use
SYSTEM("Instructions");
Where Instructions would be a routine like PAUSE, CLS, MD Test, ....
for each batch routine to execute and compile that as and EXE. Only way to get into this would then be to decompile the EXE written in C++. They are around, but more scarce to come by COMPARED to bat2exe decompilation.Unfortunately i don't know C
|