j4k0xb / View8

View8 - Decompiles serialized V8 objects back into high-level readable code.
4 stars 1 forks source link

Can you help to build popular disassembler? #1

Closed silverwolfceh closed 2 months ago

silverwolfceh commented 2 months ago

Hi @j4k0xb ,

Would you please help to build some popular disassemblers? For example, 10.6.194.26 and latest node 20 lts?

j4k0xb commented 2 months ago

https://github.com/suleram/View8/releases has node 20 I can help you build a specific version if there are problems, not doing it myself for a bunch of versions because it would take forever.

Currently searching for a way to make it version-agnostic:

silverwolfceh commented 2 months ago

Thanks for feedback.

For this version (10.6.194.26), I am having issue when compiling it (required clang, it is existed but can't solve).

If you have time, please help me with it.

Many thanks.

j4k0xb commented 2 months ago

I have updated the readme guide and patches to be more clear and work with electron

Also tested it and got it working for your version on linux (your choice to trust or self-build): v8dasm.zip

silverwolfceh commented 2 months ago

I have updated the readme guide and patches to be more clear and work with electron

Also tested it and got it working for your version on linux (your choice to trust or self-build): v8dasm.zip

Thank you so much. Not that I didn't trust you but it is missing dynamic library. By the way, I will try to figure out myself.