gitextract_r6et4_lx/ ├── README.md ├── task1_source_code/ │ ├── appendix.py │ ├── pic_expand.py │ ├── test.py │ └── test_examples/ │ ├── 200 │ ├── 201 │ ├── 202 │ ├── 203 │ ├── 250.txt │ └── 251.txt └── task2_source_code/ ├── final_version/ │ ├── Splitting_function_C2.py │ ├── Splitting_function_CC.py │ ├── Splitting_function_go.py │ ├── Splitting_function_java.py │ ├── Splitting_function_php.py │ ├── Splitting_function_py.py │ ├── Splitting_jsp.py │ ├── arbitrary.py │ ├── bof_memory.py │ ├── bypass.py │ ├── command_memory.py │ ├── int_overflow.py │ ├── others_memory.py │ └── test.py └── first_version/ ├── Splitting_function_C2.py ├── Splitting_function_CC.py ├── Splitting_function_go.py ├── Splitting_function_java.py ├── Splitting_function_php.py ├── Splitting_function_py.py ├── Splitting_jsp.py ├── arbitrary.py ├── bof.py ├── bypass.py ├── command.py ├── int_overflow.py ├── others.py └── test.py