Update monocommon.hpp

This commit is contained in:
恍兮惚兮 2024-08-10 01:18:40 +08:00
parent ddb14b42ce
commit 6d50ce0c29

View File

@ -145,7 +145,9 @@ namespace monocommon
std::vector<functioninfo> commonhooks{
{"mscorlib", "System", "String", "ToCharArray", 0, 1},
{"mscorlib", "System", "String", "Replace", 2, 1},
//{"mscorlib","System","String","ToString",0,1}, //删除。虽然可能会误伤,但这个乱码太多了,而且不知道原因。
//{"mscorlib","System","String","ToString",0,1},
//虽然可能会有少量误伤,但这个乱码太多了,而且不知道原因,为了大多数更好,还是删了吧。
//一定要用的话用特殊码HMF1@mscorlib:System:String:ToString:0:JIT:UNITY
{"mscorlib", "System", "String", "IndexOf", 1, 1},
{"mscorlib", "System", "String", "Substring", 2, 1},
{"mscorlib", "System", "String", "op_Inequality", 2, 1},