I have a problem with one file which is programmed with C# and it's executable as .exe, how can i read the code of this file and modify it?
u'll need a debugger or some kind of converter that might not exist.
Originally Posted by Sa1nt
I have a problem with one file which is programmed with C# and it's executable as .exe, how can i read the code of this file and modify it?
you need the source code of the program that you wish to open, and you can always open it with Microsoft Visual C# express edition, which you will find it very easily by googling.
btw i have c# express edition and it wont open it.
You can't(not because it's not possible, but because you are probably going to edit it and claim it as your own work)
uhmm, it's anticheat which is homemade... i want to bypass it not to claim as my own
then learn assembly and how to use ollydbg, no use in decompiling it.
can you shortly explain what they do and are? Those assembly and ollydbg
Originally Posted by Sa1nt
can you shortly explain what they do and are? Those assembly and ollydbg
no............
Originally Posted by Hell_Demon
no............
Lmao. xD.... google man... google. Eh since Im here...
Assembly: the lowest level of programming you can program programmatically. (I say that because u can also program at hardware level) Asm just usually substitutes mnemonics for opcodes which the processor well processes to run ur program.
OllyDbg: a free debugger, disassembler, and has a lot of other neat features.
Originally Posted by why06
Lmao. xD.... google man... google. Eh since Im here...
Assembly: the lowest level of programming you can program programmatically. (I say that because u can also program at hardware level) Asm just usually substitutes mnemonics for opcodes which the processor well processes to run ur program.
OllyDbg: a free debugger, disassembler, and has a lot of other neat features.
Why, you spoonfeed ch00bs... You just created a new generation of lazy leechers.
Originally Posted by Hell_Demon
Why, you spoonfeed ch00bs... You just created a new generation of lazy leechers.