> For the complete documentation index, see [llms.txt](https://m0uk4.gitbook.io/notebooks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://m0uk4.gitbook.io/notebooks/mouka.md).

# Mouka

- [Windows Internal](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal.md)
- [Helper Functions(todo:)](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal/helper-functions-todo.md)
- [Find Kernel Module Address](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal/find-kernel-module-address-todo.md)
- [Patch Guard Oops](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal/patch-guard-oops.md)
- [Hook SSDT(Shadow)](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal/ssdt-hook.md)
- [Restore SSDT(Shadow)](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal/restore-ssdt-shadow.md)
- [Misc](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal/misc.md)
- [Volatile in C](https://m0uk4.gitbook.io/notebooks/mouka/windowsinternal/misc/volatile-in-c.md)
- [AntiCheat](https://m0uk4.gitbook.io/notebooks/mouka/anticheat.md)
- [Inject Defense](https://m0uk4.gitbook.io/notebooks/mouka/anticheat/injectiondefense.md)
- [Injection Method](https://m0uk4.gitbook.io/notebooks/mouka/anticheat/injectionmethod.md)
- [DriverDevelopment](https://m0uk4.gitbook.io/notebooks/mouka/driverdevelopment.md)
- [20180625](https://m0uk4.gitbook.io/notebooks/mouka/driverdevelopment/20180625.md)
- [20180626-27](https://m0uk4.gitbook.io/notebooks/mouka/driverdevelopment/20180626-27.md)
- [Python](https://m0uk4.gitbook.io/notebooks/mouka/python.md)
- [Python Tricks](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks.md)
- [内置 http 服务器](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/nei-zhi-http-fu-wu-qi.md)
- [函数作为变量](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/han-shu-zuo-wei-bian-liang.md)
- ["is" vs "=="](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/is-vs.md)
- [直接变量值交换](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/zhi-jie-bian-liang-zhi-jiao-huan.md)
- [计算代码执行时间](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/ji-suan-dai-ma-zhi-hang-shi-jian.md)
- [函数参数分解](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/han-shu-can-shu-fen-jie.md)
- [打印Python字典](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/da-yin-python-zi-dian.md)
- [命名元组代替class](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/ming-ming-yuan-zu-dai-ti-class.md)
- [get()方法访问字典](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/get-fang-fa-fang-wen-zi-dian.md)
- [字典排序](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/zi-dian-pai-xu.md)
- [一次检查多个标志](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/yi-ci-jian-cha-duo-ge-biao-zhi.md)
- [合并两个字典](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/he-bing-liang-ge-zi-dian.md)
- [re.sub使用替换函数](https://m0uk4.gitbook.io/notebooks/mouka/python/python-tricks/re_sub_function.md)
- [Algorithms](https://m0uk4.gitbook.io/notebooks/mouka/algorithms.md)
- [Greedy](https://m0uk4.gitbook.io/notebooks/mouka/algorithms/greedy.md)
- [使括号平衡的最小交换次数](https://m0uk4.gitbook.io/notebooks/mouka/algorithms/greedy/shi-kuo-hao-ping-heng-de-zui-xiao-jiao-huan-ci-shu.md)
- [埃及分数](https://m0uk4.gitbook.io/notebooks/mouka/algorithms/greedy/ai-ji-fen-shu.md)
- [DynamicProgramming](https://m0uk4.gitbook.io/notebooks/mouka/algorithms/dynamicprogramming.md)
- [0-1 背包问题](https://m0uk4.gitbook.io/notebooks/mouka/algorithms/dynamicprogramming/01-bei-bao-wen-ti.md)
- [LeetCode](https://m0uk4.gitbook.io/notebooks/mouka/algorithms/leetcode.md)
- [Count Primes](https://m0uk4.gitbook.io/notebooks/mouka/algorithms/leetcode/count-primes.md)
