How fix it?
![[Image: EMKtvilVDuw.jpg]](https://pp.userapi.com/c849432/v849432617/484c5/EMKtvilVDuw.jpg)
(08-10-2018 - 11:53 AM)MrSpavn Wrote:(08-10-2018 - 11:16 AM)cruzzer Wrote: Do not copy/paste ... You must probably add it to hooking. In addition, SudoMod does not have FileRegister.
what should I do?
(08-10-2018 - 01:58 PM)Z3R0docx Wrote:how to do it?(08-10-2018 - 11:53 AM)MrSpavn Wrote:(08-10-2018 - 11:16 AM)cruzzer Wrote: Do not copy/paste ... You must probably add it to hooking. In addition, SudoMod does not have FileRegister.
what should I do?
you have to transform that pattern and hook it like is dlcpresent
setFn<fpFileRegister>("file register",
patternstring,
maskstring,
&Hooking::FileRegister);