Raised This Month: $51 Target: $400
 12% 

Lysis: An experimental .smx decompiler


Post New Thread Reply   
 
Thread Tools Display Modes
xatt1c
Junior Member
Join Date: Apr 2014
Old 04-24-2014 , 22:57   Re: Lysis: An experimental .smx decompiler
Reply With Quote #181

Quote:
Originally Posted by shavit View Post
Thanks, i was using another script [i dont know why so dont ask].

i modified your code:
Code:
@echo off
title Enhanced Decompiler
cls
echo Welcome to Enhanced Decompiler.
echo.
echo Decompiling %1.
"Lysis.exe" %1 > %1.sp
pause
Thanks for the bat. I am a complete noob with that stuff, & it really helped.
xatt1c is offline
EXteRmiNaToR
Senior Member
Join Date: Dec 2009
Old 05-03-2014 , 19:23   Re: Lysis: An experimental .smx decompiler
Reply With Quote #182

smx decompiling works nice,but amxx decompiling doesn't complete,and throws some errors in the process.

Last edited by EXteRmiNaToR; 05-03-2014 at 19:23.
EXteRmiNaToR is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 05-06-2014 , 10:29   Re: Lysis: An experimental .smx decompiler
Reply With Quote #183

Quote:
Originally Posted by EXteRmiNaToR View Post
smx decompiling works nice,but amxx decompiling doesn't complete,and throws some errors in the process.
because they are two different codes, and this one only covers one language.
Mitchell is offline
EXteRmiNaToR
Senior Member
Join Date: Dec 2009
Old 05-06-2014 , 12:30   Re: Lysis: An experimental .smx decompiler
Reply With Quote #184

Quote:
Originally Posted by Mitchell View Post
because they are two different codes, and this one only covers one language.
I know,but i remember seeing in the changelog some small support about amxx decompiling. I'd like to see this finished and working.
EXteRmiNaToR is offline
BAILOPAN
Join Date: Jan 2004
Old 05-10-2014 , 17:12   Re: Lysis: An experimental .smx decompiler
Reply With Quote #185

The opcodes are nearly identical, so I added a file reader for AMX Mod X, but nothing more. The AMXX compiler doesn't emit as many hints as SourceMod's, so there'd be a lot more guesswork involved. Most importantly, SourceMod embeds native signatures so it can (later on) do more rigorous type-checking. AMX Mod X doesn't have this, so the tool would have to manually parse all the .inc files to figure out signatures. sawce's amxxdump does this.

Another annoyance is that AMX Mod X doesn't differentiate string types from array types. There'd have to be an AMX Mod X-specific analysis to figure that out.
__________________
egg

Last edited by BAILOPAN; 05-10-2014 at 17:16.
BAILOPAN is offline
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 05-23-2014 , 16:01   Re: Lysis: An experimental .smx decompiler
Reply With Quote #186

I can see it working but it closes the command prompt window immediately. If I drop it over the .bat file it outputs a lysis_output file but it is empty.

Window 7 Pro

What am I doing wrong?

Last edited by Doulos; 05-23-2014 at 16:05.
Doulos is offline
TheLaser
Senior Member
Join Date: Jan 2008
Location: USA VA
Old 09-14-2014 , 14:09   Re: Lysis: An experimental .smx decompiler
Reply With Quote #187

Doulos ,

I have the same issue , have you found out how to make it work ?

hey never mind , got it but looks like the ver needs an update .

Last edited by TheLaser; 09-14-2014 at 14:36.
TheLaser is offline
Pcsl
SourceMod Donor
Join Date: Jun 2013
Old 03-10-2015 , 17:04   Re: Lysis: An experimental .smx decompiler
Reply With Quote #188

I have compiled the last release from Peace-maker for Windows. I have added a bat file (based on the one from Dr. McKay and shavit) that lets you to drag and drop multiple files at the same time. However they have to be in the same folder as the bat file.

I hope you find it useful

EDIT: It's working again.
Attached Files
File Type: zip Lysis (03-10-2015).zip (224.7 KB, 608 views)

Last edited by Pcsl; 03-10-2015 at 17:38.
Pcsl is offline
R1KO
Member
Join Date: Sep 2013
Old 04-17-2015 , 12:38   Re: Lysis: An experimental .smx decompiler
Reply With Quote #189

Quote:
Originally Posted by Pcsl View Post
I have compiled the last release from Peace-maker for Windows. I have added a bat file (based on the one from Dr. McKay and shavit) that lets you to drag and drop multiple files at the same time. However they have to be in the same folder as the bat file.

I hope you find it useful

EDIT: It's working again.
Unable to access jarfile Lysis.jar
R1KO is offline
Send a message via Skype™ to R1KO
_AeonOne_
Member
Join Date: Nov 2012
Location: Berlin, Germany
Old 04-17-2015 , 13:48   Re: Lysis: An experimental .smx decompiler
Reply With Quote #190

Quote:
Originally Posted by R1KO View Post
Unable to access jarfile Lysis.jar
You could use SPEdit when your OS is Windows. Tools->Decompile
_AeonOne_ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:56.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode