File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ file(GLOB_RECURSE PRELOADER_SRC
66        "src/**/*.cpp" 
77)
88
9- 
9+ set (CMAKE_CXX_STANDARD 17)
10+ set (CMAKE_CXX_STANDARD_REQUIRED ON )
11+ set (CMAKE_CXX_EXTENSIONS OFF )
1012
1113add_library (preloader SHARED ${PRELOADER_SRC} )
1214
Original file line number Diff line number Diff line change 66#include  < unordered_map> 
77#include  < vector> 
88
9- namespace  signature  {
9+ namespace  pl :: signature {
1010
1111struct  SigPattern  {
1212  std::vector<uint8_t > pattern;
Original file line number Diff line number Diff line change 22#include  < cstdint> 
33#include  < string> 
44
5- namespace  signature  {
5+ namespace  pl :: signature {
66
77uintptr_t  resolveSignature (const  std::string &signature,
88                           const  std::string &moduleName = " libminecraftpe.so"  );
Original file line number Diff line number Diff line change 1- #pragma  once
2- 
31#include  < android/log.h> 
42#include  < fmt/core.h> 
53#include  < string> 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments