This commit is contained in:
hexplor
2026-05-22 19:57:29 +02:00
parent 059d3f0f96
commit dec4ff6a3a
2 changed files with 1 additions and 9 deletions
+1
View File
@@ -53,3 +53,4 @@ dkms.conf
# debug information files # debug information files
*.dwo *.dwo
C/Grace/tmp_Grace
-9
View File
@@ -1,9 +0,0 @@
//Commentaire
#include <stdio.h>
#define PAYLOAD const char* str = "//Commentaire%c#include <stdio.h>%c%c#define PAYLOAD const char* str = %c%s%c;%c#define PRINT printf(str, 10, 10, 10, 34, str, 34, 10, 10, 10, 10, 10, 10);%c%c#define MAIN int main(void){PAYLOAD PRINT return 0;}%c%cMAIN%c";
#define PRINT printf(str, 10, 10, 10, 34, str, 34, 10, 10, 10, 10, 10, 10);
#define MAIN int main(void){PAYLOAD PRINT return 0;}
MAIN