Decoding Programming Software Development by sanket044 I am having one projract EXE in vb6... and i have to create it again and needs to add some extra features in it... so is it posible the i can get the vb project of that exe again??? or can i attach new functionality to it directly without rewriting whole application again??? something like decoding it... please help... thank you... decoding arbitrary byte data Programming Software Development by ribot … to deal a bit with IRC and Python 3. The decoding from bytes to Unicode create quite a dilemma. 1. Somehow… Re: Flate Decoding........?????? Programming Software Development by masijade decoding is a process of encoding? Re: Decoding Programming Software Development by ChrisPadgham don't think so. if you only have the exe you are in trouble. Re: Decoding Programming Software Development by sanket044 NO i dont have only exe, but i am also having whole package generated by vb6.... Re: Decoding Programming Software Development by AndreRet Unfortunately you are left with only 1 option, you have to decompile the entire exe (hack) it. There is software out there that can help, but you will need vast experience in decompiling. Re: Decoding Programming Software Development by jhai_salvador Don't you have the complete source code of that exe?.. Re: Decoding Programming Software Development by debasisdas The answer is a big NO. Re: DECODING NEEDED - I've been hacked with eval(base_64)) Programming Web Development by Szabi Zsoldos … has something in the back, my problem is that after decoding it from base64 it gets some weird text, out of… C++ String Problem: Encoding & Decoding Strings W/ Enigma Class Programming Software Development by ppotter3 … "; cout << "\n ENIGMA ENCODING & DECODING MAIN MENU "; cout << "\n (1) &…"; cout << "\n C++ ENIGMA ENCODING & DECODING PART I "; cout << "\n -------------------------------------------------------- "; … Having trouble ENCODING/DECODING ASSEMBLY Programming Software Development by adida948 … 20h main_seg ends end start ----aca esta el decoding... .386 assume cs:main_seg, ds:main_seg main_seg … get help with base85 and base100 or above encoding/decoding --any links about this matter would help. [/LIST…[destination] eg. encode64 dani.jpg danili.txt for decoding we write the same thing decode64 danili.txt output… Hardware decoding Hardware and Software Microsoft Windows by san_fran_crisko Is any of that software using hardware decoding (i.e. your graphics card)? If it is, then try disabling that, but if it isn't, try enabling it. It may be one of those methods of decoding isn't working well for you. I'd recommend hardware decoding if at all possible. Encoding/Decoding Need Help!!! Please Programming Software Development by Ubi2073 …System.in); // prompt the user to choose decoding or encoding message. System.out.println("…("\nE-Encoding a message \n\nD-Decoding a message"); System.out.print("…; "); } } // end for loop }else{ // Decoding message System.out.println("On the next line please… Re: Encoding/Decoding Need Help!!! Please Programming Software Development by Ubi2073 … seed, generate random numbers to encode the message, then in decoding you set the same seed value, so you can generate… seed, generate random numbers to encode the message, then in decoding you set the same seed value, so you can generate… let the program scan each pairs of numbers in the decoding section. Do i need to use for loop for that… Re: Encoding/Decoding Need Help!!! Please Programming Software Development by Ubi2073 … scan = new Scanner(System.in); // prompt the user to choose decoding or encoding message. System.out.println("Please choose from…; System.out.print(newValue + " "); } } // end for loop }else{ // Decoding message int offset = gen.nextInt(100); System.out.println("… Re: Having trouble ENCODING/DECODING ASSEMBLY Programming Software Development by adida948 … help. This example helped me understand some things about 64 decoding. Do you have any algorith to use more than 100… A question about SCASB, using it in decoding. Programming Software Development by Ninjikiran … input but not much of how to use it for decoding purposes. Anyway I been looking at the idea that, using… numbers convert according to my base64string whilest encoding. Now for decoding I was thinking of just stealing the first 2 bits… Re: A question about SCASB, using it in decoding. Programming Software Development by Ninjikiran … what is causing me an issue~ "TWFuICAgQQ==" is decoding as "Man # A" I'll post my code… even more and I still have other minor bugs with decoding that just do not seem to make sense. [code] dencode64… encoding/decoding Programming Software Development by jhuyenh hey guys, i posted a encoding/decoding thread a litle while ago. i've gotten some what … know how to write the most important part. the actual decoding. i need to essentially cut the secret message numbers (22384… FIX FAST protocol decoding help please. Programming Software Development by Waddiwassi … and my role in my group is to work on decoding information that would be sent in the data stream but… could give me a description of how it does the decoding of the data it would be much appreciated. Also I… Help with decoding problem... Programming Software Development by Tourbillion … program, but now I am having trouble placing the decoding formula into the decoding program. In the program you will see that… Re: Encoding/Decoding Need Help!!! Please Programming Software Development by JamesCherrill … seed, generate random numbers to encode the message, then in decoding you set the same seed value, so you can generate… Re: Encoding/Decoding Need Help!!! Please Programming Software Development by Ubi2073 … decode it to verify that you understand the algorithm? The decoding code reads in the numbers ok, however I am kinda… Re: Encoding/Decoding Need Help!!! Please Programming Software Development by NormR1 Have you done the encode/decoding manually for a few letters so you know you have the correct algorithm? If you work through the encode step, you should get some insight on how to do the decode. Re: Encoding/Decoding Need Help!!! Please Programming Software Development by Ubi2073 > Have you done the encode/decoding manually for a few letters so you know you have … Re: Encoding/Decoding Need Help!!! Please Programming Software Development by NormR1 > interact each set of the numbers What are the set of numbers you talk about? Can you post the steps taken when you manually encode a letter? Say encode 'A' what is the result? Then try decoding that result and get the letter 'A' back. Re: Encoding/Decoding Need Help!!! Please Programming Software Development by Ubi2073 …; Say encode 'A' what is the result? > Then try decoding that result and get the letter 'A' back. I'm… Re: Encoding/Decoding Need Help!!! Please Programming Software Development by Ubi2073 else{ // Decoding message int offset = gen.nextInt(100); System.out.println("… Re: Encoding/Decoding Need Help!!! Please Programming Software Development by NormR1 … the encoded results for those letters and work out the decoding. Remember to read the first two numbers as seed and… Re: A question about SCASB, using it in decoding. Programming Software Development by Ninjikiran …, would I need to make an Ascii table for my decoding? That is basically my issue and train of thought at…