Skip to content

Commit

Permalink
Improve patterns.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Dec 20, 2023
1 parent 23251cc commit 9369775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Create a new issue if a pattern stops working with any browser.
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.
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.
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)
-->
Expand Down

0 comments on commit 9369775

Please sign in to comment.