Advertisement
yonidrori

AZUL LEAKED APPLICATION FORM!!!!!!! HAVE FUN

Sep 2nd, 2016
1,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. -- Team AzuL Application Form --
  2. To be able to join Team AzuL you must be capable of answering all questions listed
  3.  
  4. 1. What is a Stack?
  5. Answer : abstract data type that serves as a collection of elements like : push,pop,peek,size..etc
  6. stack located on a x86 CPU
  7.  
  8. 2. What is the shortest way to allocate 2 bytes of memory?
  9. Answer : vm_allocate (Memory Allocation) allocates a region of virtual memory, placing it in the specified task's address space.
  10.  
  11. 3. How do you pass two arguments with __fastcall
  12.  
  13. Answer : DeleteAggrWrapper is passed arguments in registers :
  14. example :
  15. /*
  16. // Example of the __fastcall keyword
  17. #define FASTCALL __fastcall
  18.  
  19. void FASTCALL DeleteAggrWrapper(void* pWrapper);
  20. */
  21.  
  22. 4. In your time on v3rmillion, you must have witnessed that when you wish to scan for a vtable aob, you must "reverse" the vtable bytes, like this:
  23.  
  24. 12345678
  25. 12 34 56 78
  26. 78 56 34 12
  27. \x78\x56\34\12
  28.  
  29. why do you reverse the bytes?
  30.  
  31. Answer : scan the vftable - use ida with classinformer plugin search scriptcontext with 35 methods
  32.  
  33. 5. Explain how the memory checker (memcheck) works and why roblox use it
  34.  
  35. Answer : Memcheck, commonly known as an integrity checker, is a security system ROBLOX implemented in an attempt to stop exploits. It detects changed to the memory region, however, this can be bypassed.
  36.  
  37. 6. Explain how the return checker (retcheck) works and why roblox use it
  38.  
  39. Answer : retcheck supports lua functions. Retcheck also basiclly tells ROBLOX if your exploiting from a DLL or from ROBLOX itself.
  40. leaked by yonidrori fuck azulx
  41. leaked by yonidrori fuck azulx
  42. leaked by yonidrori fuck azulx
  43. leaked by yonidrori fuck azulx
  44. leaked by yonidrori fuck azulx
  45. leaked by yonidrori fuck azulx
  46. leaked by yonidrori fuck azulx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement