Skip to content

Commit 9369775

Browse files
authored
Improve patterns.xml
1 parent 23251cc commit 9369775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
Create a new issue if a pattern stops working with any browser.
1010
11-
New method: Debug Chrome in WinDBG, download the respective chrome.dll.pdb and load it for the chrome.dll module (lm -> ld ModuleName /f FileName) (.reload may be required). Then use x /D /f chrome**!*FUNCTION_NAME* to search for functions. Note down the offset and find it in a disassembler to make a pattern/signature.
11+
How to find functions: Debug Chrome in WinDBG, download the respective chrome.dll.pdb and load it for the chrome.dll module (lm -> ld ModuleName /f FileName) (.reload may be required). Then use x /D /f chrome**!*FUNCTION_NAME* to search for functions. Note down the offset and find it in a disassembler to make a pattern/signature.
1212
1313
For Brave: Download .sym debug files at https://github.com/brave/brave-browser/releases/tag (Search for the function name and add the offset to the base address)
1414
-->

0 commit comments

Comments
 (0)