|
-
Jul 4th, 2003, 10:43 AM
#1
Thread Starter
Fanatic Member
Norman Sandbox - a computer inside a computer - how it works?
I was having this idea of having a computer inside a computer
when I started learning programming quite a long time ago,
particularly useful in tricking viruses into thinking they're wrecking
stuffs in the real environment where in fact they're inside a virtual
computer. Unfortunately, not long then, I found out that there's
already company doing this, but for different purposes.
Now this norman sandbox got me recalled of this virtual computer.
So basically, when the virus make system calls, how could we
intercept it and return false values as to trick it and simulate a
virtual computer environment?
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Jul 4th, 2003, 01:28 PM
#2
You might try asking your question at AntiOnline.
-
Jul 5th, 2003, 10:07 AM
#3
Thread Starter
Fanatic Member
thx Martin, will give it a try!
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Jul 5th, 2003, 06:24 PM
#4
Thread Starter
Fanatic Member
Norton seems to be also able to intercept ActiveX objects method.
I wonder how they do that?
I was thinking it could probably involve something low-level...like
in ring zero, ummm....VxDs perhaps.
anyway pls guyz and galz in this forum, if any of u know pls post
it here.
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Jul 6th, 2003, 01:09 AM
#5
I would lookup windows emulators and see how they work and then make it so you can run it on windows instead of a different OS. You'll need to be good at c++ or a lower level language than vb.
You will also need a very good computer to run both OS at the same time.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Jul 6th, 2003, 01:41 AM
#6
Thread Starter
Fanatic Member
no...that's not wut I meant...
it's rather a sandbox.
You don't've to go to such extent as developing an emulator.
Developing emulator means reinventing the wheel.
A sandbox just let a program run but all the system API calls it
made are intercepted.
Anyone have idea,pls?
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|