Menu

Tree [c46a1b] master /
 History

HTTPS access


File Date Author Commit
 C# 2024-07-26 Björn Ganster Björn Ganster [c46a1b] Fix bug in Search Test
 MSVC 2022 2024-07-25 Björn Ganster Björn Ganster [8b2a60] Updated the build files
 Python 2024-05-31 Björn Ganster Björn Ganster [5bb7a2] Updated decumentation
 src 2024-07-12 Björn Ganster Björn Ganster [512321] Bugfix: CoInitializeEx causes crashes with the ...
 .gitignore 2024-07-12 Björn Ganster Björn Ganster [6cb7d3] Move C# code to its own directory
 Function Status.ods 2024-07-12 Björn Ganster Björn Ganster [dd754d] C# code additions
 license.txt 2024-05-28 Björn Ganster Björn Ganster [c3e7a3] Add/update documentation
 readme.txt 2024-05-31 Björn Ganster Björn Ganster [5bb7a2] Updated decumentation

Read Me

This project site contains files needed to create plugins for X-Ways Forensics. These plugins are called X-Tensions and you may use any language that can interoperate with native code to create X-Tensions. The code on this site specifically helps with creating X-Tensions in C/C++, Python and C#. C/C++ usually offers good performance and a broad range of libraries. Python focuses on coding convenience. Python has powerful math libraries which drive the current AI revolution. While Python is mostly an interpreted language, and as such can have performance issues, its libraries contain optimized, native code that can make mass operations efficient. While C/C++ burdens the programmer with keeping track of what data needs to be released when, both Python and C# handle this task for the programmer.

Links:
X-Ways Forensics product site: https://www.x-ways.net/forensics/index-m.html
X-Ways Forensics API reference: https://www.x-ways.net/forensics/x-tensions/api.html
C++ sample project: https://github.com/bridgeythegeek/XMBRSum/blob/master/X-Tension.h
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.