Results 1 to 2 of 2

Thread: custom scripts logic: Alternatives over if/case etc

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    547

    custom scripts logic: Alternatives over if/case etc

    There is a diagnostic tool called FRST.

    https://www.bleepingcomputer.com/dow...ery-scan-tool/

    I was trying to rack my brains for learning reasons how tools would parse such scripts.

    Code:
    CloseProcesses:
    CreateRestorePoint:
    
    HKLM\...\Run: [SERVICE] => [X]
    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender: Restriction <==== ATTENTION
    GroupPolicy: Restriction <==== ATTENTION
    
    S1 hbqfdftn; \??\C:\Windows\system32\drivers\hbqfdftn.sys [X]
    line by line is filtered. I have a few ideas, what would you do?

  2. #2
    Frenzied Member
    Join Date
    May 2014
    Location
    Central Europe
    Posts
    1,372

    Re: custom scripts logic: Alternatives over if/case etc

    When i Need the possibility to customize my programs via external scripts, i do use the CodeDom class of the Framework these days to compile and run .net code on the fly.
    i am not sure if this helps you, but it is much easier and more flexible than creating your own script language and writing an Interpreter for it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width