june / Patching A Compiled Program
0 喜欢
0 派生
1 文件
最后活跃于
Adding features to a program compiled from another language.
1 | |----------------------------------------| |
2 | |
3 | The section between these |
4 | two lines is a patch to |
5 | the original program. |
6 | |
7 | It's intended that, as a |
8 | program is used, it can be |
9 | changed and patched as the |
10 | user desires. |