[Ajuda] obter .AMX em hexadecimal
#2

[19:13] ThreeKingz: I think this is what you might be looking for:
[19:14] ThreeKingz:
PHP код:
    new buf[1024], source[128];
    new 
BRW:handle BRW::Open("Binary/foo.amx"bin_read);
    new 
len BRW::GetTotalBytes(handle);
    while(
BRW::GetCurrentBytes(handle) != len)
    {
        
format(source128"0x%08x, "BRW::ReadInt32(handle));
        
strcat(bufsource);
    }
    
BRW::Close(handle);
    print(
buf);
    new 
data[] = {0x000000900x0808F1E00x000800040x0000006C0x000000B00x000000D40x000040D40xFFFFFFFF0x000000380x000000400x000000480x000000480x000000480x000000480x000000080x0000004A0x000000000x000000580x6E4F001F0x6E6F63520x6D6D6F430x00646E610x6C6C61430x6F6D65520x754665740x6974636E0x00006E6F0x2E0078800x0C2909810x00271C270x7B800C270x30102C000x5F8049800x438052800x44804D800x00738000};
    
handle BRW::Open("Binary/testfoo.amx"bin_write);
    for(new 
0sizeof(data); i++)
    {
        
BRW::WriteInt32(handledata[i]);
    }
    
BRW::Close(handle); 
https://github.com/ThreeKingz/BRW
Credits to ThePhenix
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)