Search found 5 matches

by geordi
Thu Jul 20, 2006 12:56 pm
Forum: Suggestions and Ideas
Topic: Another way of executing files
Replies: 5
Views: 23596

Look, I'm working in an antivirus company, so I know much about security and how to handle such "hot" files. But NTFS file system (with it's permissions) gives us posibility to make manipulation with viruses and malware even safer. We are using FAR for a long time because it is best file m...
by geordi
Thu Jul 20, 2006 11:19 am
Forum: Suggestions and Ideas
Topic: Another way of executing files
Replies: 5
Views: 23596

Sorry, maybe I explained it badly. I know how things work :) I try to describe what happens when you do something like this: cmdexe /C document.txt Cmdexe tries to call CreateProcess(document.txt, ...). It will fail obviously. But GetLastError returns error 0xC1 and so cmdexe tries to call ShellExec...
by geordi
Thu Jul 20, 2006 8:45 am
Forum: General Forum Discussions
Topic: Enforum bugs
Replies: 3
Views: 15177

Sorry, it works now.

But when I type "cmd.exe" in my post, there is some problem with posting :(


Strange ... it works fine here :?
by geordi
Thu Jul 20, 2006 8:43 am
Forum: Suggestions and Ideas
Topic: Another way of executing files
Replies: 5
Views: 23596

Another way of executing files

Recently I've made some investigation of how FAR executes files (on ENTER, shift+ENTER, cmd line). For files ending with good extension (.exe, .com. bat) FAR makes a CreateProcess API call with parameters: "C:\windows\system32\cmdexe /C program.exe" (program.exe = executed file). This is r...
by geordi
Thu Jul 20, 2006 7:49 am
Forum: General Forum Discussions
Topic: Enforum bugs
Replies: 3
Views: 15177

Can't post new topics :(