You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autopsy framework should have a modern embedded browser component in Core, so that it can be reused by other modules (possibly 3rd party) to integrate web service clients or better static html viewing.
Look into current libraries that integrate native browsers (webkit or mozilla) installed on the system (or come with browser toolkits) , via JNI.
The browser component should be cross platform, and so the external libraries used should include all native libraries for Windows/Linux/MacOS embedded in the jar.
The text was updated successfully, but these errors were encountered:
We've added initial JavaFX support to Autopsy via CoreLibs (still in eval). WebKit browser functionality can be accessed via CoreLibs JavaFX.
In future we may have a custom content viewer or a standalone viewer component that uses that WebKit web browser underneath.
Autopsy framework should have a modern embedded browser component in Core, so that it can be reused by other modules (possibly 3rd party) to integrate web service clients or better static html viewing.
Look into current libraries that integrate native browsers (webkit or mozilla) installed on the system (or come with browser toolkits) , via JNI.
The browser component should be cross platform, and so the external libraries used should include all native libraries for Windows/Linux/MacOS embedded in the jar.
The text was updated successfully, but these errors were encountered: