Headline / Lysis-Web

An open source web app for the Lysis SourceMod decompiler
GNU General Public License v3.0
28 stars 6 forks source link

Decompiling several files #7

Open eyal282 opened 11 months ago

eyal282 commented 11 months ago

I want to debug a crash on https://crash.limetech.org/

and the only info is that the plugin uses KeyValues::FindKey, probably a Sourcemod related call to the function.

I want to decompile my entire server's plugins and see which plugins use KeyValues to debug from there.

Headline commented 11 months ago

I'd recommend grabbing the jar yourself and write a script