(LLM-translated with proof-read done)
Reverse; 400 points; 1 solve
Link to challenge: https://o.riat.re/lyla-a77c6d95f414453b4f170346cc902eb9e7fd33ddc10b471b95c21239e1b47852.tar.gz
(LLM-translated with proof-read done)
Reverse; 400 points; 1 solve
Link to challenge: https://o.riat.re/lyla-a77c6d95f414453b4f170346cc902eb9e7fd33ddc10b471b95c21239e1b47852.tar.gz
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <unistd.h> | |
#include "include/libplatform/libplatform.h" | |
#include "include/v8-context.h" | |
#include "include/v8-initialization.h" | |
#include "include/v8-isolate.h" | |
#include "include/v8-local-handle.h" |
import sys, re, json | |
COLOR_NAME = [ | |
"foreground", | |
"// Default Bold Foreground", | |
"background", | |
"// Default Bold Background", | |
"// Cursor Text", | |
"cursorColor", | |
"black", |