Results 1 to 6 of 6

Thread: Norman Sandbox - a computer inside a computer - how it works?

  1. #1

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963

    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

  2. #2

  3. #3

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963
    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

  4. #4

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963
    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

  5. #5
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    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

  6. #6

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963
    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
  •  



Click Here to Expand Forum to Full Width