abevol
abevol
**Describe the bug** Unable to find template "../build/symbol/icons-sprite.svg" (looked into: /var/www/html/src/bb-themes/admin_default/html) in "layout_login.html.twig" at line 24. **To Reproduce** Steps to reproduce the behavior: 1. Perform a fresh install using Docker....
Is it possible to reduce the number of generated files like UnrealEngineSDKGenerator?
loader.py : ``` device = frida.get_usb_device() pid = device.spawn(["com.xxx.xxx"]) device.resume(pid) session = device.attach(pid) with open("script.js") as f: script = session.create_script(f.read(), runtime='v8') script.on("message", message_handler) script.load() ```` script.js : ``` console.log('Script.runtime: ',...
### What happened? This issue occurred after the game update. The symptom is that after launching the game, red error logs appear in the console window, but the game window...
Two null reference exceptions were encountered while processing IL2CPP metadata: ### Issue 1: Property Type Handling A null reference exception occurs in Il2CppPropertyDefinition.get_RawPropertyType() when processing property types. This happens when...
## Description - This issue commonly occurs when different mods modify the same function using **Extension** and **Hook** simultaneously. - Unrelated to the modified code itself, even if both sides...
## Description * Using Extension to modify both a parent class and its subclass will cause the modifications to the parent class to become completely ineffective. * The call order...
添加命令行参数支持自定义输出目录,改善程序的健壮性: 1. 为PyInstArchive类添加outputDir参数 2. 使用argparse处理命令行参数 3. 添加输出目录验证和错误处理 4. 改进目录切换逻辑并确保返回原始目录 5. 完善错误提示和返回状态码 本次更新未改变原有功能,默认情况下仍然会使用`_extracted`作为输出目录。