- 论坛徽章:
- 0
|
怎么反编译一个4gL的程序,拿到源程序
-V Display version of 4gl only
-a Do array bounds checking
-e Preprocess only, no compilation or linking
-q Quiet mode for i4glc1 [phase 1]
-c Preprocess & compile only, no linking
-z Allow variable number of arguments to functions
-phase 12345 Process only the phase that indicated
-ansi Check SQL statements for ANSI compliance
-anyerr Set status variable after expressions
-globcurs Make cursor definitions global to program
-localcurs Make cursor definitions local to module (default)
-nokeep Delete intermediate .4ec, .ec, and .c files (default)
-keep Keep intermediate .4ec, .ec, and .c files
-linenos Produce #line numbering in .c file (default)
-nolinenos Suppress #line numbering in .c file
-shared Use shared libraries (default)
-static Use static libraries
-shared Use dynamic linking and shared libraries
-otherargs Other arguments are passed to the C compiler
-o Next argument is name of executable
哪个像一点,好像没有 |
|