View Single Post
  #7  
Old 19-12-2025, 03:53
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Hello.

Could you please let me know if it is possible to move the core logic of SharpSFV into a DLL (class library)?

I would like to use the SFV/hash calculation and verification functionality from another application, without running the exe or GUI.

For example:

move the core logic into a separate library project...callback
keep the current application as a wrapper over it
I understand if this is not planned — I just wanted to ask.

Thank you for the project.
I think this would be an entirely different project, since SharpSFV relies heavily on the System.IO.Hashing package for checksum validation/generation. Unfortunately I've got no experience with creating DLLs, I'll have a look into it over the weekend.
Reply With Quote