Decompile Programming Software Development by kv79 HI, can anyone write me some about decompile for C/C++.Is it possible to decompile ( .exe). decompile python bytecodes online service depython.net Programming Software Development by ufwt depython [[url]http://www.depython.net[/url] depython online service] could decompile python bytecodes. Depython online service supports Python versions from 2.4 up to 2.5.You can freely test its function online. Decompile My application Programming Software Development by Nova6112 … i've only Package with setup only, How can i decompile my Application to get My code, I've searched a… Re: Decompile Programming Software Development by iamthwee In short no. You might however, get some useful information if you use a hex editor on the exe file. Re: Decompile Programming Software Development by Salem [url]http://en.wikipedia.org/wiki/Decompiler[/url] Decompilation is like trying to get flour and eggs back from your cake. Getting "something" which might compile is fairly do-able, but the results are only something a compiler could love. It will in no way resemble the source code which was originally compiled. For example, a for… Re: Decompile Programming Software Development by kv79 Thank you both for answered my question. Re: Decompile Programming Software Development by Jishnu If you are deeply interested in this sort of a thing, then try learning [B]reversing[/B]. You cannot get the exact code written by the user because the code is modified (keeping the meaning same simultaneously) in order to achieve optimization. However, you can get some very good peeps into what the code does. I've done a bit of it using OllyDbg, … Re: Decompile .exe into C# Visual Studio 2008 Programming Software Development by Momerath It looks like they ran it through an obfuscator so you can't easily decompile it to get the source code. You can still get the source code, but you'll have to read what was decompiled, figure out what it is doing and substitute your own variable names/procedure names into the code. Not fun, easy or fast :) Re: Decompile APK File Programming Mobile Development by Stefce > I can't guess what you need to do. I need just a couple of text and images replaced, thats all. I found an awesome tool, **APK Easy Tool** you can decompile and recompile easily. And it did my job perfectly :) VB6 Decompile for Native Code Programming Software Development by winInMFC ever think of decompile your vb product ? P-Code are possible due to it …is a Intermediate Language, but that's hard to decompile Native Code. i tried VbDecompiler, but i just get Procedure… Re: Is that possible to decompile a C++(or Java) "exe" file enough to read a TE Programming Software Development by triumphost …'t encrypted or obfuscated then yes. Now if you meant decompile the entire program back into it's source then the… being plaintext than pure C++. For .Net programs, you can decompile it all the way back to it's original source… Is that possible to decompile a C++(or Java) "exe" file enough to read a TE Programming Software Development by silvercats Is that possible to decompile a C++(or Java) "exe" file enough to read a TEXT password,stored in the source? .......just a regular string or char. no encryption or stuff Re: Is that possible to decompile a C++(or Java) "exe" file enough to read a TE Programming Software Development by silvercats Are you positively sure that they will purley decompile the source to see the pswd text clearly? I heard that decompilers don't do a total convertion Re: Is that possible to decompile a C++(or Java) "exe" file enough to read a TE Programming Software Development by Ancient Dragon You don't need to decompile a compiled program just to read the strings, any program such as debug.exe will easily display that along with the hex values of all the non-text bytes. Re: decompile python bytecodes online service depython.net Programming Software Development by vegaseat Looks and smells like spam! I let the members of the Python forum be the judge! Re: Decompile My application Programming Software Development by Santanu.Das Search in net. There are too many Decompiler Software. You can retrive your source codes from your applications .exe file using any of them. But, I am not sure how much fruitful it might be. I never tried it. Re: Decompile My application Programming Software Development by ddanbe I guess your google skills must be updated: [one of my first hits](http://www.vb-decompiler.org/) Decompile Delphi to VB6 Programming Software Development by betabasic Hello guys.. Please help me on this.. I downloaded this file: [CODE]http://www.cproxy.com/download/cpsetup_en.exe[/CODE] Then I decompiled it using [B]Form Extractor[/B] Software.. But VB6 is the only programming language I know.. How can I convert Delphi to VB6? :( Re: Decompile Delphi to VB6 Programming Software Development by vb5prgrmr I'm betting if you use your friends (yahoo, google, ask, answers, bing) and search for convert delphi to vb, you will find a couple of converters out there... Good Luck Re: Decompile Delphi to VB6 Programming Software Development by betabasic [QUOTE=vb5prgrmr;1136175]I'm betting if you use your friends (yahoo, google, ask, answers, bing) and search for convert delphi to vb, you will find a couple of converters out there... Good Luck[/QUOTE] i already did that.. there is a vb6 to delphi.. but no delphi to vb6.. :( awtz. Re: Decompile Delphi to VB6 Programming Software Development by vb5prgrmr hmmm... well it seems you are right as I can no longer find what I thought I saw so long ago... Sounds like it would be a great project to undertake if you are willing to do so... but have you tried ... [url]http://search.yahoo.com/search;_ylt=A0oGk71T639L.4EAhCVXNyoA?fr2=sg-gac&sado=1&p=vb%20form%20extractor&fr=yfp-t-701-s&… Re: Decompile Delphi to VB6 Programming Software Development by anant26692 Better you find on google , or you decomile it on any Delphi decomilper then make your VB proggy accordingly . Decompile .exe into C# Visual Studio 2008 Programming Software Development by D.Twomey Hi guys/girls, I have an exe that has been written in C# using visual studio Is there a was I can de-compile it back into the C# code - It seems to be some what protected exe files I've created myself using Visual Studio and C# I can see the code when I "Disassemble" using Reflector However all i seem to get is things like … Decompile APK File Programming Mobile Development by Stefce Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I have an apk file which i need the source code to change something a little bit. I tried using [javadecompilers](http://www.javadecompilers.com) but i did not get the main files with code i need. Is there any alternative to … Re: Decompile APK File Programming Mobile Development by rproffitt I have to answer yes. I don't know your skill level or what you know about byte code systems but the protection is usually by obfuscation. That is, the decompiled result will look nothing like the source and may be too much for those that are not into this sort of work. So again. Decompilers do work but the protections make the outputs hard … Re: Decompile APK File Programming Mobile Development by Stefce Can you give me a hint on how can i succeed on this... i really have no idea in decompiling an apk file but i would be glad if there is someone to help me, also i would be happy to pay for it. The apk code is very simple but i have no idea on how they are protecting them. If there is a way i can see the ways of protecting the apk files i can try to… Re: Decompile APK File Programming Mobile Development by rproffitt Remember that this must be your app and code. Asking for help decompiling other than your code and apps is like "Help me jack this car." I can't guess what you need to do. But I do consider the question about decompiling answered. There are more discussions about it but the entire reason to protect is well, do we need to go over … Re: Is that possible to decompile a C++(or Java) "exe" file enough to read a TE Programming Software Development by triumphost yes. IDA Pro Or OllyDBG can do this for EXE's and DLL's. For Java I used to use CJBE by Contra. compiling/decomiling for CGI Programming Software Development by PC_Nerd …code to be completely closed source - so that users cant decompile it ( I plan to distribute it and it would …somewhere that you can just as easily decompile the bytecode. If you can easily decompile it are there any other solutions …python and my understanding is that its much harder to decompile php's bytecode than it is with perl. Thanks for… Need of python decompiler Programming Software Development by kumarantechie Hi, I want to decompile an python application which consits of pyc files. Since i … a conversion project .. from python to java i need to decompile pyc files to py files. The application contains number of… but not much of help. Is there any command to decompile pyc files to py files