Jump to content
Tuts 4 You

Forums

  1. Community Discussions

    1. Terms, Privacy Policy & Frequently Asked Questions   (115,075 visits to this link)

      Very important! Please read before sign up and posting...

    2. General Discussions and Off Topic

      General and off-topic conversations and discussions here...

      10,176
      posts
    3. Artscene Community

      Share graphic, ASCII, module, demo, intro ideas and works...

      7,334
      posts
    4. Site Bug Reports and Feedback

      Bugs, feedback and ideas regarding this site...

      2,050
      posts
  2. Reverse Code Engineering

    1. Challenge of Reverse Engineering

      Try a challenge or contribute your own, any platform or operating system...

      12,731
      posts
    2. Hardware Reverse Engineering

      Reverse engineering of circuitry hardware and firmware...

      147
      posts
    3. Network Security

      Discussions on network security, holes, exploits and other issues...

      428
      posts
    4. Malware Reverse Engineering

      Debugging, disassembling and documenting interesting malware...

      1,396
      posts
    5. Reverse Engineering Articles

      Share an interesting blog, news page or other RE related site...

      1,461
      posts
    6. Employment and Job Vacancies

      Advertise a job or seek an employment opportunity...

      146
      posts
  3. Developers Forums

    1. Programming and Coding

      Programming and coding tips, help and solutions...

      11,380
      posts
    2. Programming Resources

      Share an interesting blog, news page or other resource...

      275
      posts
    3. Software Security

      Securing your software against reverse engineering...

      651
      posts
  4. Community Projects

    1. Scylla Imports Reconstruction

      Development and support forum for the Scylla project...

      471
      posts
    2. x64dbg

      An open-source x64/x32 debugger for windows...

      1,074
      posts
    3. Future Community Projects

      Looking for support and interested partners for a future project?

      125
      posts
    4. Community Projects Archive

      Old and inactive projects moved to long term support...

      795
      posts
  • Posts

    • Progman
      I am assuming you are talking about a server-client model.  HTML5 now gives canvas objects and SVG rendering support. Sure it is possible.  You could use tons of XmlHttpRequests to get JSON which yields values of pixels, or perhaps yields objects for an SVG style image. But it would be really slow as was mentioned.  Pixels/images is probably way too much data through the network. For practical purposes, if trying to protect the code, this would need to be a domain specific division of work between server and client.  Perhaps complicated and intricate initial or periodic renderings are done server-side, while most of the updates occur in the client. I don't think JavaScript is that much junk, most of the engines are pretty stable and fast nowadays.  If you can avoid browser compatibility by setting a baseline HTML and JavaScript version, it makes things that much easier.  But the data processing required for images and videos and stuff is generally intensive enough to require GPU hardware or at least the CPU.
    • evlncrn8
      i dont think much of java script at all.. if you want performance compile native.. its that simple
    • ritalin_
      Well, what do you think about open-source javascript on all user ends. Please see here, a write up by Richard Stallman https://www.gnu.org/philosophy/javascript-trap.html
    • atom0s
      There are more detailed articles covering this in C++ but you should be able to port to your needs. Basically, IWebBrowser2 is just a headless object that manages doing all the work of the browser but with no output/display. You are in charge of linking it to other interfaces to get it to render as you need to. Here's two articles that cover the other interfaces that can be used to link it to an existing window: https://www.codeproject.com/Tips/800585/Embedded-WebBrowser-IWebBrowser-in-Pure-Cplusplus https://www.codeproject.com/Articles/3365/Embed-an-HTML-control-in-your-own-window-using-pla From those, you can see the other interfaces needed and look up other MASM examples that may use them specifically. 
  • Popular Contributors

    1. 1
      CodeExplorer
      CodeExplorer
      11
    2. 2
      quosego
      quosego
      9
    3. 3
      atom0s
      atom0s
      6
    4. 4
      TobitoFatito
      TobitoFatito
      6
    5. 5
      </DarkCod3r> (IRAN)
      </DarkCod3r> (IRAN)
      6
  • Member Statistics

    • Total Members
      12,905
    • Most Online
      2,132

    Mark Lee
    Newest Member
    Mark Lee
    Joined
×
×
  • Create New...