Недавнее содержимое от Veryzon

  1. V

    Информация MoonLoader - обсуждение

    In every CLEO's WriteMemory call, the CLEO copys the current virtual protection then overrides the virtual protection to PAGE_EXECUTE_READWRITE, then the memory address is written. After the memory write, the CLEO restores the virtual protection. The CLEO always does it, independently weather...
  2. V

    Информация MoonLoader - обсуждение

    Yes. Because the CLEO's WriteMemory function fill a memory address when the data size isn't regular (1, 2 and 4). The CLEO's WriteMemory fill the memory using a method that ensures the memory write. The memory.fill ensures the memory read/write permission at each access time such as CLEO does?
  3. V

    Информация MoonLoader - обсуждение

    @FYP, i has been asked about the MoonLoader's fill memory method. Can you explain us how the code does it.