Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 06:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



FindPattern

Discussion on FindPattern within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
HaMaDa..'s Avatar
 
elite*gold: 37
Join Date: May 2014
Posts: 1,835
Received Thanks: 9,833
FindPattern

Closed
HaMaDa.. is offline  
Old 03/17/2017, 22:30   #2


 
Jeoni's Avatar
 
elite*gold: 966
Join Date: Apr 2010
Posts: 1,105
Received Thanks: 681
Take a look . There are several fast implementations. I currently don't know which is the fastest, but you may just compile and execute the benchmark project to find that out.
With best regards
Jeoni
Jeoni is offline  
Thanks
1 User
Old 03/18/2017, 06:31   #3
 
Dr. Coxxy's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 1,206
Received Thanks: 736
most times the speed of pattern finding functions is totally irrelevant if you haven't got a logic flaw in your code.
Dr. Coxxy is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Release] FindPattern Scanning
06/09/2016 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 2 Replies
What is this?: Find Pattern Scanning is using to find the signature code(BYTE) address in other process. How to use?: Put your signature code in first TextBox and in second TextBox the mask, choose the process( if your process "Run As Administrator" privileges then "FindPattern" same privileges) and press the button "Scan". If your code is found in process, then show the address else the program find the code up to end. If the program do not respond, then wait for respon because he...
Function with FindPattern is crashing
07/16/2015 - C/C++ - 8 Replies
Hi. Ich habe eine simple ASM Funktion. Die Adressen suche ich mit FindPattern. Das ganze gibt mir auch die richtigen Pointer aus: 109428c & 467b30. Nun habe ich ein Problem. Hier ist die Funktion: DWORD PickUpMove;
FindPattern crash
06/17/2014 - C/C++ - 9 Replies
Hey coders, I was always using FindPattern by defining the module where i want to search the pattern using GetModuleHandle. But now i wanna scan for an address without module so i tried to scan the whole memory ( Bad idea i know but the dynamic address isn't always stored in a certain part of the memory ) Here's my code bool Match(const BYTE* pData, const BYTE* bMask, const char* szMask) { for(;*szMask;++szMask,++pData,++bMask) if(*szMask=='x' && *pData!=*bMask )
External FindPattern liefert -1
09/16/2012 - C/C++ - 3 Replies
Hallo E*PVP Das Programm liefert immer -1 zurück. Die Sig stimmt (per DLL geht es), aber extern will es nicht ganz. Kann mir einer erklären warum er fehlschlägt? Habe es auch mit SetDebugPrivileges() probiert. Danke im vorraus. Gruß, Tom // INCLUDES // #include <iostream>



All times are GMT +1. The time now is 06:29.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.