decompile a small windows application
-
hi guys! i just have a windows application (300kb), i need to decompile this application or crack to change some assignments in the code. how possible i can go through this anyone help me pls thanks
so much of happy ending...
zafax4 wrote:
need to decompile this application or crack to change some assignments in the code
What, like the registration details? If so, do you honestly think we're going to help you hack code? We don't encourage illegal activities on this site. If you have an honest reason for the request, then please enlighten us as to what it could be, otherwise we have to assume that you only want to do this for nefarious reasons.
Deja View - the feeling that you've seen this post before.
-
zafax4 wrote:
need to decompile this application or crack to change some assignments in the code
What, like the registration details? If so, do you honestly think we're going to help you hack code? We don't encourage illegal activities on this site. If you have an honest reason for the request, then please enlighten us as to what it could be, otherwise we have to assume that you only want to do this for nefarious reasons.
Deja View - the feeling that you've seen this post before.
Pete O'Hanlon wrote: We don't encourage illegal activities on this site. when cracking or reverse engineering a software maybe ILLEGAL or LEGAL, depending on the terms user has. as far as i know about these terms: User has a permission to break it, from the owner of the software its legal. or else its illegal. here i got the same thing. i have permission to break it, who was one of my friend and the software is not for commercil purpose its just a simple application for study as we do so. i hope i didnt perform any illegal activities here. thanks.
so much of happy ending...
-
Pete O'Hanlon wrote: We don't encourage illegal activities on this site. when cracking or reverse engineering a software maybe ILLEGAL or LEGAL, depending on the terms user has. as far as i know about these terms: User has a permission to break it, from the owner of the software its legal. or else its illegal. here i got the same thing. i have permission to break it, who was one of my friend and the software is not for commercil purpose its just a simple application for study as we do so. i hope i didnt perform any illegal activities here. thanks.
so much of happy ending...
zafax4 wrote:
i have permission to break it, who was one of my friend
If it's from one of your friends, could he/she not give you the source code? I still don't see why you need to do this.
Deja View - the feeling that you've seen this post before.
-
zafax4 wrote:
i have permission to break it, who was one of my friend
If it's from one of your friends, could he/she not give you the source code? I still don't see why you need to do this.
Deja View - the feeling that you've seen this post before.
-
I wrote: its just a simple application for study as we do so. SO its only for study purpose only. we have agreed to do and he ask me if there's any help from forums try. thanks
so much of happy ending...
If, and I stress if, this is for legitimate purposes then it really depends on what it was written in. If it was .NET, then the IL can be reversed quite easily using a tool like Reflector. Alternatively, if it's written in native code then you will need quite a deep understanding of assembly language and a good decompiler. There are books that teach you how to do this, purely from the point of view of trying to get you to put good security in place in your code. A determined hacker will ALWAYS be able to reverse your code. The ultimate aim for you, is to write code that is so hard to reverse that it's not worth their time and effort.
Deja View - the feeling that you've seen this post before.
-
If, and I stress if, this is for legitimate purposes then it really depends on what it was written in. If it was .NET, then the IL can be reversed quite easily using a tool like Reflector. Alternatively, if it's written in native code then you will need quite a deep understanding of assembly language and a good decompiler. There are books that teach you how to do this, purely from the point of view of trying to get you to put good security in place in your code. A determined hacker will ALWAYS be able to reverse your code. The ultimate aim for you, is to write code that is so hard to reverse that it's not worth their time and effort.
Deja View - the feeling that you've seen this post before.
the application was compiled in VB 6 as it was done it vb6. i tried with a software which decompiles but it doesnt satisfy me at all,because it never generate function codes, only in hex mode which is binary. is there any posible to view the functions properly by reversing? if it is how can i go through this. thanks for much help.
so much of happy ending...
-
the application was compiled in VB 6 as it was done it vb6. i tried with a software which decompiles but it doesnt satisfy me at all,because it never generate function codes, only in hex mode which is binary. is there any posible to view the functions properly by reversing? if it is how can i go through this. thanks for much help.
so much of happy ending...
You'll better orient your efforts to rewrite from scratch the application (or to get the sources from your friend). :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
the application was compiled in VB 6 as it was done it vb6. i tried with a software which decompiles but it doesnt satisfy me at all,because it never generate function codes, only in hex mode which is binary. is there any posible to view the functions properly by reversing? if it is how can i go through this. thanks for much help.
so much of happy ending...
No. The only thing you'll get by decompiling a native mode executable is assembly. None of the metadata needed to produce a higher level representation is stored in the executable.
-- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.
-
No. The only thing you'll get by decompiling a native mode executable is assembly. None of the metadata needed to produce a higher level representation is stored in the executable.
-- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.