How to locate identifiers for electron app on windows? #34
hi1234342313
started this conversation in
General
Replies: 1 comment
-
|
I would be grateful if you could check with the LLM first. @copilot Answer it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Seems the simple identifier doesn't work, do you have any guidance on how I can locate these variables when trying to reverse, specifically which tools.
V8_SCRIPT_COMPILER_COMPILE_FUNCTION = [{ type = "rva", module_name = "node", rva = 0x00a3ffb0 }]
V8_STRING_UTF8LENGTH = [{ type = "symbol", symbols = [
"""_ZNK2v86String10Utf8LengthEPNS_7IsolateE""",
"""?Utf8Length@String@v8@@QEBAHPEAVIsolate@2@@z"""] }]
V8_STRING_WRITE_UTF8 = [{ type = "symbol", symbols = [
"""_ZNK2v86String9WriteUtf8EPNS_7IsolateEPciPii""",
"""?WriteUtf8@String@v8@@QEBAHPEAVIsolate@2@PEADHPEAHH@Z"""] }]
V8_CONTEXT_GET_ISOLATE = [{ type = "symbol", symbols = [
"""_ZN2v87Context10GetIsolateEv""",
"""?GetIsolate@Context@v8@@QEAAPEAVIsolate@2@XZ"""] }]
V8_STRING_NEW_FROM_UTF8 = [{ type = "symbol", symbols = [
"""_ZN2v86String11NewFromUtf8EPNS_7IsolateEPKcNS_13NewStringTypeEi""",
"""?NewFromUtf8@String@v8@@sa?AV?$MaybeLocal@VString@v8@@@2@PEAV
Isolate@2@PEBDW4NewStringType@2@H@Z"""] }]
Beta Was this translation helpful? Give feedback.
All reactions