Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 8 9 [10]
 91 
 on: August 10, 2021, 08:45:16 PM 
Started by xboxisfinished - Last post by xboxisfinished
The XOR line and the rotate line have to be in reverse order of each other in the encoder and decoder.

I will do this now...brb...when you said reverse what do you mean exactly?

ROL.W 5, C
Doke C, Deek(c) Xor $A55A

And the other loop should be:

Doke C, Deek(c) Xor $A55A
Ror.w 5, C

You mean like this
--------------------
Doke C, Deek(c) Xor $A55A
ROL.W 5, C


And the other loop should be:
Ror.w 5, C
Doke C, Deek(c) Xor $A55A

Reversing it..still gave an overflow. It is saving over 2 MB a file. Offset value is 784239096 that is too large.  What do you mean stringlength calculator?

 92 
 on: August 10, 2021, 07:38:42 PM 
Started by xboxisfinished - Last post by SamuraiCrow
What does the string length calculator look like?

 93 
 on: August 10, 2021, 07:24:51 PM 
Started by xboxisfinished - Last post by SamuraiCrow
I have thought of a different way to encode the strings to save 3 bytes per string just storing the length of each string instead of the address.  If the strings are too long it won't make much difference.  The idea that the file grew when making a new encoded file suggests that the strings are being read wrong from memory.

 94 
 on: August 10, 2021, 07:16:30 PM 
Started by xboxisfinished - Last post by SamuraiCrow
The XOR line and the rotate line have to be in reverse order of each other in the encoder and decoder. 

 95 
 on: August 10, 2021, 07:02:05 PM 
Started by xboxisfinished - Last post by xboxisfinished
It returned overflow again. It tried to read jibberish and it got value of over 10 digits and more to return....it failed. It still trying to read jibberish and place the jibberish into the actual array.

My Amiga does not have internet, but it is right beside the PC and both Amiga and PC use differen monitors side by side.I can look at the subroutine of your choice on the left and enter them here if you want. What are you looking for? The code you gave me? I entered 100% exactly as you have given me and I did remove the encryption/decryption code as requested.

However, I am ready for any orders you wish to give me.

 96 
 on: August 10, 2021, 06:56:12 PM 
Started by xboxisfinished - Last post by SamuraiCrow
Does your Amiga have internet where you can post the subroutines as they were entered?

By the way, there is 12k of binary before the text.

 97 
 on: August 10, 2021, 06:53:57 PM 
Started by xboxisfinished - Last post by xboxisfinished
By the way...I just removed the decoding/coding code and when I saved the file it still saved it encrypted with 1.80 MB in size...as if the decode/encode code is not needed at all. When I view the file using more...I still receive jibberish and encryption. Perhaps it is saving memory into file instead of actual values in array and placing them in 49 row to 49 columns.

I could be wrong. Do you want me to send you the source code of my editor and you can try it from your end or prefer this method?

 98 
 on: August 10, 2021, 06:42:49 PM 
Started by xboxisfinished - Last post by xboxisfinished
doing it right now

 99 
 on: August 10, 2021, 06:28:01 PM 
Started by xboxisfinished - Last post by SamuraiCrow
Try bypassing the encryption in both the saver and the loader.  If it works after that, we'll know it's in the encryption.  If that doesn't help we can at least narrow it down from there.

 100 
 on: August 10, 2021, 05:06:16 PM 
Started by xboxisfinished - Last post by xboxisfinished
I just wanted to inform you that decoding is not working, can you help me here?

Pages: 1 ... 8 9 [10]

TinyPortal 2.2.2 © 2005-2022