where?
i see the manifest header file where can can i see the version
tnx
User Profile
Collapse
-
id ddddoooont have project' i just have the exe file and and i want to know informations assembly name and version using the ildasm.exe onlyLeave a comment:
-
i just have an exe file
and i want to know what is the vewrsion and the name of the assembly?
i run the ildasm.exe myfile.exe and the window uploate
where can i see the version and the name of the assembly
tnx -
if i have exe file that i compiled eith the c# compilere csc and i would like to see name, version etc.. i write ildasm ex1.exe
and as u explain i see the figure ! now how can i see informations inside the tree , where it is located?
tnxLeave a comment:
-
about ildasm.exe in C#
hi everybody..
i have one exe file and i want to understand using ilsasm.exe what is the name, version and other things
i activate " ildasm.exe ex01.exe"
and window opened show me the anaylsis of the file
where i can see please the name versions, is it pe or assembly file
tnx
(I attched the file of the ildasm) -
tnx but is it the same solution as u offered in C and C++ or maybe in C++ i can do something else?Leave a comment:
-
one question about string
I want to write function that take array of strings and return to me one string that contain all of the words i passed to this function
i have problem with how to pass to function (prototype)
here is the main :
void main()
{
char *words[]={{"a"},{"pictu re"},{"is"},{"w orth"},{"a"},{" thousand"},{"wo rds"}};
...
No activity results to display
Show More
Leave a comment: