A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about user-mode development.
 #16261  by thisisu
 Wed Oct 24, 2012 8:28 pm
Hi guys,
I know this might sound like a dumb question/concern.. but I am trying to reduce the scan time of a program I created / maintain. The program is written in pure batch (except 1 VBS 1 liner)..

The program can be downloaded here: thisisudax.org/downloads/JRT.exe

The contents of the program are dumped in %systemdrive%\JRT upon execution so you can review the code.

Any tips would be much appreciated. I have a feeling I am just being limited by batch itself, but if not, I'd like to know what I can do :)
 #16264  by EP_X0FF
 Thu Oct 25, 2012 3:12 am
Remove all output related to CLSID scans. It will speedup execution and in any way this output is useless (too fast, too many, no sense). But do not expect any jump in performance - its a batch and it can't be fast. Also it failed to generate log file.
 #16358  by thisisu
 Thu Nov 01, 2012 5:04 am
Thanks EP_X0FF :) (+ rep)

I took your advice and removed the unnecessary echos. :)

The log was not produced for you because the tool currently only supports English versions of Windows. I do not know how to add support for other languages at the moment but it is something I am wanting to learn in the future.