JitCompiler
Results
2
issues of
JitCompiler
Is it possible to save up the parse tree generated by ANTLR4? For example, by making ParserRuleContext serializable. I'd like to use ANTLR4 to parse the source files in my...
type:feature
In this function under MemoryModule.c: ``` static BOOL CopySections(const unsigned char *data, size_t size, PIMAGE_NT_HEADERS old_headers, PMEMORYMODULE module) { ... PIMAGE_SECTION_HEADER section = IMAGE_FIRST_SECTION(module->headers); for (..) { if (section->SizeOfRawData ==...