Jump to content

securely execute your applications


JRSmile
 Share

Recommended Posts

DLL source?

EDIT: found the source of the dll...

Edited by JRSmile
$a=StringSplit("547275737420796F757220546563686E6F6C75737421","")
For $b=1 To UBound($a)+(-1*-1*-1)step(2^4/8);&$b+=1*2/40*µ&Asc(4)
Assign("c",Eval("c")&Chr(Dec($a[$b]&$a[$b+1])));''Chr("a")&"HI"
Next ;time_U&r34d,ths,U-may=get$the&c.l.u.e;b3st-regards,JRSmile;
MsgBox(0x000000,"",Eval("c"));PiEs:d0nt+*b3.s4d.4ft3r.1st-try:-)
Link to comment
Share on other sites

@JRSmile

I havnt utilmgr on my windows XP sp3 :)

Cheers, FireFox.

don't matter, its a vista application i think, for me the solution works, and it is save so i can live with it.

but only to clarify for other people that wat to help me, i did not want the exe, i was interrested in the ntfs rights the executable has BEFORE using my script at least once :-)

$a=StringSplit("547275737420796F757220546563686E6F6C75737421","")
For $b=1 To UBound($a)+(-1*-1*-1)step(2^4/8);&$b+=1*2/40*µ&Asc(4)
Assign("c",Eval("c")&Chr(Dec($a[$b]&$a[$b+1])));''Chr("a")&"HI"
Next ;time_U&r34d,ths,U-may=get$the&c.l.u.e;b3st-regards,JRSmile;
MsgBox(0x000000,"",Eval("c"));PiEs:d0nt+*b3.s4d.4ft3r.1st-try:-)
Link to comment
Share on other sites

  • 2 months later...

Would this script work for launching a video game like Counter Strike Source? To launch it I've tried this:

_secure_run("C:\Program Files\Steam\Steam.exe -applaunch 240")

But it doesn't seem to work correctly, it goes to a new desktop but then goes back to the regular desktop before the game actually launches. Is there something I could do to fix this?

Link to comment
Share on other sites

Would this script work for launching a video game like Counter Strike Source? To launch it I've tried this:

_secure_run("C:\Program Files\Steam\Steam.exe -applaunch 240")

But it doesn't seem to work correctly, it goes to a new desktop but then goes back to the regular desktop before the game actually launches. Is there something I could do to fix this?

i already got this problem some times with launchers, i think its because secure run waits for the application to exit then returns, so if you have a launcher that is run executes the real game then exits the new desktop will be released and the game will either start on the old desktop or hidden on the newdesktop which isn't displayed anymore.

i would suggest writing a wrapper in autoit that starts steam exe and has a hotkey to close itself.

then start the wrapper via securun.

this behaviour cant be changed because it was implemented into the dll ....

$a=StringSplit("547275737420796F757220546563686E6F6C75737421","")
For $b=1 To UBound($a)+(-1*-1*-1)step(2^4/8);&$b+=1*2/40*µ&Asc(4)
Assign("c",Eval("c")&Chr(Dec($a[$b]&$a[$b+1])));''Chr("a")&"HI"
Next ;time_U&r34d,ths,U-may=get$the&c.l.u.e;b3st-regards,JRSmile;
MsgBox(0x000000,"",Eval("c"));PiEs:d0nt+*b3.s4d.4ft3r.1st-try:-)
Link to comment
Share on other sites

another quick and dirty way would be to run

_secure_run(@Comspec & ' /k ' & '"C:\Program Files\Steam\Steam.exe -applaunch 240"')
That will leave a DOS Prompt window open that you can close to exit the secured desktop, but it's less elegant than how JRSmile suggests.

Edited by spudw2k
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...