Update NNNConfig.cpp

This commit is contained in:
恍兮惚兮 2024-03-11 14:05:04 +08:00
parent 37f9ff69af
commit e9eb1193ba

View File

@ -29,7 +29,7 @@ bool NNNConfig::attach_function() {
HookParam hp;
hp.address = funcaddr;
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){
//当前文本可以过滤重复,上一条文本会按照换行符切分不停刷新。
static std::unordered_map<uintptr_t,std::string>everythreadlast;