1
Built a custom CMD that loads commands at runtime using dynamic linking
动态加载命令行的自定义CMD,无需重新编译即可运行时扩展,Windows专属开源项目。
In my second semester, I built this CMD out of curiosity about how a CMD can add new commands without recompiling. I used the OS’s dynamic linking mec…