[Tool] Reg2Inf converter v0.46
- user_hidden
- Posts: 1924
- Joined: Thu Dec 06, 2007 7:52 am
- Location: Canada eh!
Re: [Tool] Reg2Inf converter v0.46
yes this works on Win7, 8 and 10
- OnePiece Alb
- Posts: 525
- Joined: Sat Sep 01, 2007 7:01 pm
- Location: Albania
- Contact:
Re: [Tool] Reg2Inf converter v0.46
Who wants to see the difference between C++ and C Sharp, just export HKLM and after run this tools and afeter this https://ryanvm.net/forum/viewtopic.php? ... 02#p142802 Not just speed differences (which in my opinion in this case is almost incalculable), but also check the memory use
to work with the cpp is very useful as in this case, Just load the file in memory and with a buffer (2 MB) you can do everything, Instead use of RegExp that use the tool in C#, loads almost 3 times the size of the file in memory to work ect ect, I have read in web and developers (Those who program games and other ehhhh) say that C++ is almost 20% faster than C# and almost 25% than Java, But when it comes as in this case it is clear that there is no history ehhhhh
and sorry again for my English
Ciao a tutti.
to work with the cpp is very useful as in this case, Just load the file in memory and with a buffer (2 MB) you can do everything, Instead use of RegExp that use the tool in C#, loads almost 3 times the size of the file in memory to work ect ect, I have read in web and developers (Those who program games and other ehhhh) say that C++ is almost 20% faster than C# and almost 25% than Java, But when it comes as in this case it is clear that there is no history ehhhhh
and sorry again for my English
Ciao a tutti.