🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 3 lines
    4 4  _Only for experimental purpose._
    5 5  _Always test to make sure its working as intended_
    6 6   
    7  - 
    8 7  From my peronsal view, suggest not to use it in existing process (i.e. inject), but use it in a newly spawned process (i.e. spawn)
    9 8   
    10 9  ## Feature
    11 10  1. Breakpoint will be removed during sleep to avoid scanner (I hope lol)
    12 11  2. Avoid scanner like moneta that will detect DLL has been modified.
    13 12   
     13 +## Screenshots
     14 +![image](https://user-images.githubusercontent.com/21979646/225378093-d6de7925-ee56-4bc5-b17d-40836767bafd.png)
     15 +![image](https://user-images.githubusercontent.com/21979646/225378129-22a3ed57-f024-4bab-807b-2830bda11986.png)
    14 16   
    15 17  ## Usage
    16 18  1. Include "patchless.c" in sleepmask.c (only supports x64)
    skipped 6 lines
    23 25  1. It cannot cater if your action will create new thread during the execution period of time, which means newly spawned threads at that specific period will not have patchless hook. Theoretically, the newly spawned thread(s) will have patchless hook after one sleep cycle.
    24 26  2. If you want to address above caveat, you
    25 27   
    26  - 
    27 28  ## Credits
    28 29  All credits to [@rad9800](https://github.com/rad9800)
     30 + 
Please wait...
Page is in error, reload to recover