there is an issue with the C++ code. I installed the delphi version and its works no problem. when i replace the compiled c++ version with the...
C++ version support for 6.3.9600.17415 is not working for either x86 or x64 versions. when i try to start services i get the following error...
also check out this post at CodeProject maybe it will help?...
how are you getting the c++ code to compile? there are missing references all over the place! Specifically in the Hook function. PatchList is...
is this part of the INI correct? ; .text:0000000180033CE3 lea rcx, [rsp+190h+VersionInformation] ; lpVersionInformation ;...
i may have found some issues, specifically with 6.3.9600.17415 which is the whole reason i am involved! i see that you have support for it in the...
the c++ code doesn't compile because some delphi specific functions were included. also some old ini file handling was still there. windows...
true the ini file is easier to read but most users cannot edit it. because you need to use ida pro to search the asm its always going to be non...
why not use xml instead of ini file? support already exists for xml. the issues you pointed out i will correct. thanks for the code check. will...
i think i have a version of the c++ code modified to support the ini file. i am not sure how to send it to you. i will try attaching the code as...
so the delphi code works and just needs to be ported to c++? porting should be no problem. i understand the delphi enough to make the...
new dude so i am new here! i would like to contribute to this code. main question is how are you getting the data that goes into the ini file?...