Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to find the physical folder of the image btn.pcx
How Can I do it?
This app. on Win98:

v46 = CConfig__Instance(v42, v43, v44, v45);
LOBYTE(v1087) = 6;
v47 = CConfig__GetSpecialDir(v46);
std__basic_string_char_std__char_traits_char__std__allocator_char____operator_(&v1090, v47);
v48 = CGrafik__GetDC(dword_100D5D9C, 0, 0);
std__basic_string_char_std__char_traits_char__std__allocator_char____basic_string_char_std__char_traits_char__std__allocator_char__(
&v1120,
".\\grafik\\btn.pcx",
&v1121);
Posted
Comments
Sergey Alexandrovich Kryukov 15-Apr-11 15:15pm    
C++ code does not have to look so obfuscated :-)
--SA

1 solution

Why are reverse-engineering code? Why don't you just write it yourself? You know what you have to do, so do it. Believe me when I say it will work out a lot better for you in the end.

Oh yeah - learn how to use google. The truth is out there.
 
Share this answer
 
Comments
TheCodeVB 15-Apr-11 10:52am    
I need get some resources images and the file where are the resources is encrypted so I want to copy when the system is running a the images a desencrypted.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900