It's very important for my next project so I'd be grateful if someone can make it for me. It's about console program to patch file immediately without user interaction like this
fpatch -o file 0xnnnnnnnn new_data ; -o for offset patching
fpatch -s file old_data new_data ; -o for search and replace
Once I run this command, it will patch system files such as uxtheme immediately and work without user's interaction such as "press any button to exit" "Yes/No" etc. Just patch it at once. Backing up files is not neccessary for me. I requested this to him and he said it's very easy to make but he didn't have time to make one for me. Please make it in C, C++ or C# because I don't need to add runtime or .NET to make it work.
Question
Windows X
It's very important for my next project so I'd be grateful if someone can make it for me. It's about console program to patch file immediately without user interaction like this
fpatch -o file 0xnnnnnnnn new_data ; -o for offset patching
fpatch -s file old_data new_data ; -o for search and replace
Once I run this command, it will patch system files such as uxtheme immediately and work without user's interaction such as "press any button to exit" "Yes/No" etc. Just patch it at once. Backing up files is not neccessary for me. I requested this to him and he said it's very easy to make but he didn't have time to make one for me. Please make it in C, C++ or C# because I don't need to add runtime or .NET to make it work.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts