vlinx-io / NativeImageAnalyzer

GraalVM NativeImage Decompilation/Reverse Tool
16 stars 1 forks source link

Where to find backend #3

Closed SnifflePiffle closed 1 year ago

SnifflePiffle commented 1 year ago

Hello, in order to execute native-image-analyzer we need to connect to a backend running on localhost. Is this backend provided somewhere?

vlinx-io commented 1 year ago

Hi @SnifflePiffle , sorry, we do not provide backend for now.

molenzwiebel commented 1 year ago

What is the use of this tool if we cannot run our own backend, but the tool connects to localhost:16003?

vlinx-io commented 1 year ago

I'm sorry, it seems that we built the application from the wrong branch. In fact, we have provided a remote backend and will rebuild the application.

What we need to explain is that this is just a test project for the purpose of verifying feasibility. Many functions are not yet perfect and only support decompiling the main function. At the same time, we cannot guarantee the long-term availability of this service.

vlinx-io commented 1 year ago

Hi @SnifflePiffle @molenzwiebel, we have uploaded a new release with our remote backend. We are sorry for our wrong builds earlier.