Search results

Jump to navigation Jump to search
  • ...ith LABEL you can give a address a name by declaring it before you use it. ALLOC is basicaly the same as LABEL but allocates some memory for you. ; ALLOC(allocname,sizeinbytes, preferedregion OPTIONAL) : same as label, but alloca
    6 KB (854 words) - 02:48, 20 March 2017
  • * [[Auto Assembler:alloc|alloc]]
    2 KB (191 words) - 00:29, 13 January 2018
  • * [[Auto Assembler:alloc|alloc]]
    2 KB (207 words) - 10:38, 16 February 2022
  • alloc(someMem, 0x400) alloc(someMem, 0x400)
    6 KB (830 words) - 19:10, 18 March 2019
  • * [[Auto Assembler:alloc|alloc]]
    2 KB (224 words) - 18:46, 18 March 2019
  • * [[Auto Assembler:alloc|alloc]]
    2 KB (208 words) - 15:21, 31 October 2018
  • alloc(memExample, 0x100) alloc(memExample, 0x100)
    4 KB (355 words) - 01:17, 25 January 2018
  • * [[Auto Assembler:alloc|alloc]]
    2 KB (244 words) - 00:28, 13 January 2018
  • [[Auto Assembler Example 1|Simple Example]] - Example showing ALLOC, LABEL, REGISTERSYMBOL and CREATETHREAD. You will generally alloc memory in [ENABLE] and overwrite existing instructions inside the process y
    8 KB (1,262 words) - 06:11, 20 June 2019
  • * [[Auto Assembler:alloc|alloc]]
    2 KB (278 words) - 15:13, 22 April 2022
  • alloc(memExample) alloc(memExample)
    4 KB (440 words) - 08:35, 18 May 2019
  • alloc(newmem,1024,"Tutorial-x86_64.exe"+2B4BC) alloc(msglog,1024)
    3 KB (494 words) - 21:27, 19 December 2021
  • alloc(newmem,$1000,address) // '$' before a nuber is a short hand for '0x' (hex). So we'll need some memory, which we have some [[Auto_Assembler:alloc|allocated]] so let's just '''create a [[Auto_Assembler:label|label]] and [[
    7 KB (1,052 words) - 13:38, 23 April 2018
  • alloc(newmem,2048) //2kb should be enough<br>
    985 bytes (170 words) - 18:45, 7 September 2009
  • * [[Auto Assembler:alloc|alloc]]
    3 KB (336 words) - 16:38, 22 April 2022
  • * [[Auto Assembler:alloc|alloc]]
    3 KB (389 words) - 16:33, 22 April 2022
  • alloc(memSomeHook, 0x400) ; 9. alloc(memSomeHook, 0x400, address)
    9 KB (1,350 words) - 19:07, 18 March 2019
  • alloc(newmem,2048) //2kb should be enough alloc(texttoscan,5) //non 5.4.4
    4 KB (678 words) - 02:43, 20 March 2017
  • * [[Auto Assembler:alloc|alloc]]
    4 KB (413 words) - 16:59, 22 April 2022
  • ...ome memory to place your code in, and to allocate space for variables, use alloc(name,size) for that. Alloc allocates a region of memory with read,write and execute access. (be aware,
    13 KB (2,027 words) - 02:42, 20 March 2017

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)