The GUI for my shell is developed but I got several questions for those of you with shell experience (or ice experience) regarding the mechanics of the shell.
1. How do you get the filename from a program using DetectVar. I know it would have to look somewhat like this:
Code:
Its the part after that is hard to figure out.
2. How do you run a detected program in a shell
3. How do you save scanned for pointers to filenames of detected vars.
Thanks!
1. How do you get the filename from a program using DetectVar. I know it would have to look somewhat like this:
Code:
sum(20,0,0,5)->B
sum(2,B,"r",5)->C
Its the part after that is hard to figure out.
2. How do you run a detected program in a shell
3. How do you save scanned for pointers to filenames of detected vars.
Thanks!