C# dll 反编译后 批量替换 get

it2026-03-18  3

C# dll 反编译后 批量替换 get_func()、set_func(xxx) 方法。

正则匹配

.get_([A-Za-z0-9]*)\(\)

.$1

\.set_([A-Za-z0-9]*)\((.*)\) .$1=$2

最新回复(0)