npocmaka / batch.scripts

batch script utils and examples by npocmaka -
https://www.linkedin.com/in/npocmaka/
MIT License
1.07k stars 874 forks source link

exe2bat Reverse #56

Closed Kerusin closed 1 year ago

Kerusin commented 1 year ago

Hi, i´ve just used your https://github.com/npocmaka/batch.scripts/edit/master/hybrids/iexpress/bat2exeIEXP.bat , I have to say is awesome. Now the problem is that I dont know if some malware ( or a colleague of mine ) deleted all my *bats, although I still have the generated Exes but none of their respective sources. Do you have a file to reverse the process? Or indicate an app/ online site that could decompile it? so I can have access to de code again? Thanks a lot and again, great tool!

Kerusin commented 1 year ago

Made some online research and found a tip, while the .exe is running check your temp folder for the .bat file. That made the trick. I will keep using your bat2exe, as its extremely easy to use. Love you.