Related articles |
---|
Making a partial C compiler cyberheg@l115.langkaer.dk (John Eskie) (2003-05-18) |
Re: Making a partial C compiler torbenm@diku.dk (2003-05-23) |
Re: Making a partial C compiler matt@peakfive.com (Matt Rosing) (2003-05-24) |
Re: Making a partial C compiler blackmarlin@asean-mail.com (2003-05-24) |
Re: Making a partial C compiler idbaxter@semdesigns.com (2003-05-24) |
Re: Making a partial C compiler cyberheg@l115.langkaer.dk (John Eskie) (2003-05-29) |
Re: Making a partial C compiler vbdis@aol.com (2003-06-03) |
[8 later articles] |
From: | "John Eskie" <cyberheg@l115.langkaer.dk> |
Newsgroups: | comp.compilers |
Date: | 18 May 2003 01:26:38 -0400 |
Organization: | TDC Internet |
Keywords: | C, tools, comment |
Posted-Date: | 18 May 2003 01:26:38 EDT |
I want to make a C/C++ source code obfuscator in C or C++. I don't
need a full parser since I think about limited flow obfuscation. So
what I need is to identify all "sub parts" of code like statements,
if/while/for etc. pieces of code.
Therefore I need some parsing code that could ease my job. I'm sure
there are several people who wrote parsers and configuration scripts
for C and C++ parsing because they are rather common languages but in
my search I didn't know what to look for.
Maybe some of you can recommend me in what direction I should go or
point me to articles on the subject. I don't plan to spend several
months on this subject but the alternative is to write my own parsing
code for my needs which probably won't be better then what exists
already.
Thanks in advance.
--John
Return to the
comp.compilers page.
Search the
comp.compilers archives again.