f*g 发帖数: 47 | 1 【 以下文字转载自 Linux 讨论区 】
【 原文由 fpg 所发表 】
I would like to know if below idea has some available tools?
(for linux,unix and C(C++)language)
Suppose I have a binary executable file which is compiled by its source code.
defined as SRC. But SRC is not available to read/write/compile now.
I want to program some new code using the data structure(class,variable...) in
the SRC. Also want to call the procedure and return some value in SRC for my
program uses.
Last, I want to compile my code to be executable. |
|