Results 1 to 2 of 2

Thread: Just an idea for hacking the Boxee Box to gain external Shell access.

  1. #1
    Join Date
    May 2012
    Posts
    9

    Default Just an idea for hacking the Boxee Box to gain external Shell access.

    I've noticed that some Boxee Box Apps are using .so dynamic libraries to access what I assume O/S specific features or other native image/audio/SQLLite functions etc.

    Would it be possible to implement an external O/S or shell call from with a python .so library to run external commands? If the exec() call is not available to python, then it may be possible to statically link in a exec() function call from Linux Kernel to get this done? Or even Boxee Box's obfuscated version of exec()?

  2. #2

    Default

    Quote Originally Posted by huhugrub View Post
    I've noticed that some Boxee Box Apps are using .so dynamic libraries to access what I assume O/S specific features or other native image/audio/SQLLite functions etc.

    Would it be possible to implement an external O/S or shell call from with a python .so library to run external commands? If the exec() call is not available to python, then it may be possible to statically link in a exec() function call from Linux Kernel to get this done? Or even Boxee Box's obfuscated version of exec()?
    there's only one way to find out right?

Bookmarks

Posting Permissions

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