ghidra_nodejs
ghidra_nodejs copied to clipboard
Bug No Function
same error.
same error.
File formats cannot be identified when importing files,only "Raw Binary" can select.
main.src.zip
same for me.
guess this is because V8 version is not 6.2.414.77.
I selected a language like this but could not get any result.

I have same issue, pls fix it
So i have discovered that the examples work fine, but many other files do not (for example the two people have posted here). I do not know much about the jsc format, but i am looking in to whether or not they are all compiled in the same way. My guess would be that the files that are not being recognized are in some way different than the example files, i am going to try and compile a bunch of .jsc files tomorrow and see if i can make ones that work/don't work, if anybody has made any progress related to this please let me know.
https://github.com/PositiveTechnologies/ghidra_nodejs/blob/main/src/main/java/v8_bytecode/V8_bytecodeLoader.java#L57 apparently this only supports node version v8.16.0. Parser is designed according to https://github.com/nodejs/node/blob/v8.16.0/deps/v8/src/snapshot/code-serializer.h