none icon indicating copy to clipboard operation
none copied to clipboard

UNONE and KNONE is a couple of open source base library that makes it easy to develop software on Windows.

Results 4 none issues
Sort by recently updated
recently updated
newest added

nuget源现在好像失效了,releases里面只有unone,试着自己编译发现缺文件 ![image](https://github.com/BlackINT3/none/assets/40452060/863c117c-67fe-431d-aecf-e8ac51e86f82)

原代码 `va = base + rva; if (base_type == UNONE::BASE_FILE) { va = base + PeRvaToRaw(base, rva); }` 修改后的代码 `if (base_type == UNONE::BASE_FILE) { va = base + PeRvaToRaw(base, rva);...

老铁你这个KNONE是不是还没开发完成,看着好多文件是空的。