mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-12 04:49:37 +08:00
Update NNNConfig.cpp
This commit is contained in:
parent
37f9ff69af
commit
e9eb1193ba
@ -29,7 +29,7 @@ bool NNNConfig::attach_function() {
|
|||||||
HookParam hp;
|
HookParam hp;
|
||||||
hp.address = funcaddr;
|
hp.address = funcaddr;
|
||||||
hp.offset = offset;
|
hp.offset = offset;
|
||||||
hp.type = USING_STRING|FULL_STRING;
|
hp.type = USING_STRING;
|
||||||
hp.text_fun=[](hook_stack* stack, HookParam *, uintptr_t *data, uintptr_t *split, size_t *len){
|
hp.text_fun=[](hook_stack* stack, HookParam *, uintptr_t *data, uintptr_t *split, size_t *len){
|
||||||
//当前文本可以过滤重复,上一条文本会按照换行符切分不停刷新。
|
//当前文本可以过滤重复,上一条文本会按照换行符切分不停刷新。
|
||||||
static std::unordered_map<uintptr_t,std::string>everythreadlast;
|
static std::unordered_map<uintptr_t,std::string>everythreadlast;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user