[Ajuda] obter .AMX em hexadecimal
#7

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
If you were reading and writing to the file byte by byte then this wouldn't be a problem. However, what you can do is write the number of bytes from the .amx file that are divisible by 4 and treat the remainder bytes in a different way.

For instance, if a file has a size of 131 bytes, you could write or read the first 128 bytes (divisible by 4) and you have a remainder of 3 bytes that you can read or write separately. Note that we're using little endian order.
oks, thank you, I was able to make it work adding bits until it was divisible by 4
Reply


Messages In This Thread
obter .AMX em hexadecimal - by RazorGuigo - 28.02.2018, 16:04
Re: obter .AMX em hexadecimal - by Dayvison_ - 28.02.2018, 21:43
Re: obter .AMX em hexadecimal - by RazorGuigo - 01.03.2018, 00:02
Re: obter .AMX em hexadecimal - by ThePhenix - 01.03.2018, 00:03
Re: obter .AMX em hexadecimal - by RazorGuigo - 01.03.2018, 00:05
Re: obter .AMX em hexadecimal - by ThePhenix - 01.03.2018, 00:10
@RESOLVIDO @resolved - by RazorGuigo - 01.03.2018, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)