Search results

Jump to navigation Jump to search
  • local value = 0xF -- binary: 1111, decimal: 15 local positions = 0x1 -- binary: 0001, decimal: 1
    1 KB (156 words) - 21:37, 21 February 2016
  • local binary = '' binary = binary .. bitExtract(value, field)
    2 KB (225 words) - 22:03, 21 February 2016
  • local binary = '' binary = binary .. bitExtract(value, field)
    2 KB (273 words) - 01:10, 22 February 2016
  • local value = 0xFFFFFFFF -- binary: 1111 1111 1111 1111 1111 1111 1111 1111, decimal: 4.294.967.295 local positions = 0x4 -- binary: 0100, decimal: 4
    1 KB (136 words) - 22:29, 21 February 2016
  • local value = 0xFFFFFFFF -- binary: 1111 1111 1111 1111 1111 1111 1111 1111, decimal: 4.294.967.295 local positions = 0x4 -- binary: 0100, decimal: 4
    1 KB (136 words) - 22:29, 21 February 2016
  • local x1 = 0x14 -- binary: 0001 0100 local x2 = 0x1C -- binary: 0001 1100
    778 bytes (101 words) - 21:54, 8 January 2016
  • local x1 = 0x31 -- binary: 0011 0001 local x2 = 0x19 -- binary: 0001 1001
    758 bytes (98 words) - 21:50, 8 January 2016
  • local flags = 0x23 -- binary: 100011b local mask = 0x20 -- binary: 100000b
    882 bytes (118 words) - 12:06, 2 June 2013
  • ...ts a string to an hexadecimal representation of it. It is useful to insert binary data in blob fields, or to retreive and show it in your resources. It doesn '''Example 1:''' This function receives a string with a binary file content and stores it in a blob field of the database.
    1,018 bytes (138 words) - 17:44, 5 January 2011
  • local flags = 0x23 -- binary: 100011b local mask = 0x20 -- binary: 100000b
    991 bytes (134 words) - 11:00, 17 February 2014
  • ...e inflates the file size by as high as ~77% (or by ~33% if the input isn't binary converted to base64 string).}} ...The string you want to encrypt. (See second example if you want to encode binary data)
    2 KB (285 words) - 10:48, 18 August 2018
  • ...e inflates the file size by as high as ~77% (or by ~33% if the input isn't binary converted to base64 string).}} {{Important Note|teaDecode cannot handle binary data.}}
    2 KB (198 words) - 15:07, 16 September 2018
  • ...ed (i.e not marked as ''raw'') HTTP pages. httpWrite can support outputing binary data, if you specify the length of the data you are outtputing. If you do t ...h of the data being written. Generally only should be required for writing binary data.
    2 KB (343 words) - 10:27, 14 July 2009
  • Returns file's binary data if successful, false otherwise. Data size is bonded to 2 Kb block size
    815 bytes (104 words) - 19:27, 10 April 2023
  • ...ing not in data/maps and in gta3.img) and data IPL (anything in data/maps) Binary IPL removal requires a stream out if you are deleting anything within 300 u
    3 KB (382 words) - 05:21, 9 October 2023
  • === Main binary === === Main binary===
    10 KB (1,410 words) - 05:18, 13 December 2023
  • # Uncompress the GD libary binary bgd.dll and libpng14.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\
    2 KB (213 words) - 09:25, 20 May 2012
  • ...has been first rewritten the researcher is free to use the original GTA:SA binary offsets to reference structures and classes that he has found. This changes ...e binary. Worst case scenario is if there are obfuscated references to the binary offset that cannot be spotted at development time but cause crashes during
    7 KB (1,072 words) - 03:48, 22 July 2016
  • ...a path which can be accessed from '''translators'''. To open a file, a '''binary stream handle''' is created and returned to the runtime (CFile native class ...aths are accepted by functions that '''open binary streams''' or '''handle binary data directly'''. There has to be a '''filename''' at the end of the '''fil
    6 KB (1,014 words) - 13:27, 20 January 2022
  • This example opens a binary file and prints the value of the byte at position 8 to the console.
    1 KB (219 words) - 20:03, 20 December 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)