-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
你的功能请求是否与某些问题有关?请描述。
Describe the solution you'd like
描述您想要的解决方案
size 可以获取二进制文件中数据段的大小。一般 Linux 自带 size 程序,Windows 用 GNU Binutils 也会有 size 程序,macOS 不清楚。
可不可以提前利用 size 的输出判断这个程序非动态分配的内存是否超限,避免一开始就报 RE?如果没有 size 程序,就不判断。
Additional context
补充内容
感觉改改 watcher_unix.cpp 就行...
Reactions are currently unavailable