Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| git clean -xfd | |
| git submodule foreach --recursive git clean -xfd | |
| git reset --hard | |
| git submodule foreach --recursive git reset --hard | |
| git submodule update --init --recursive |
| { | |
| //#region Editor | |
| "window.commandCenter": false, | |
| "workbench.colorTheme": "Default Dark+", | |
| "explorer.confirmDelete": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.enableDragAndDrop": false, | |
| "explorer.autoReveal": true, | |
| "editor.tabSize": 2, | |
| "editor.dragAndDrop": false, |
| const IL2CPPLIB = 'libil2cpp.so' | |
| const TOLUALIB = 'libtolua.so' | |
| // $ nm --demangle --dynamic libfoo.so | grep "Class::method(" | |
| // nm --gD libcocos2djs.so | grep _ZN7cocos2d9FileUtils13decodeGsnDataEPhli | |
| var baseAddress = null | |
| var luaState = ptr(0x7561203378) | |
| var luaL_loadbufferPtr = ptr(0x7557d5092c) | |
| var lua_pcallPtr = ptr(0x7557d46a04) |
| import { createConfigForNuxt } from '@nuxt/eslint-config/flat' | |
| export default createConfigForNuxt( | |
| { | |
| features: { | |
| stylistic: { | |
| semi: false, | |
| indent: 2, | |
| quotes: 'single', | |
| }, |