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
I was just wondering why frida-clr depends on WPF libraries to use (namely System.Windows.Threading)? With the advancement of .NET/.NET Core over the years, is this still necessary? The use of Forms seems like more than what's required for normal Frida usage and it makes using things like Script.Post really unintuitive.
The text was updated successfully, but these errors were encountered:
But still it requires WPF dll (PresentationCore) in Process.hpp, Marshal.hpp, Device.hpp and by quickly looking at the usage, it is mainly required for ImageSource and for icons. I wonder if we can just return Bitmap in order to use in other frameworks, such as Avalonia
Hi,
I was just wondering why
frida-clr
depends on WPF libraries to use (namelySystem.Windows.Threading
)? With the advancement of .NET/.NET Core over the years, is this still necessary? The use of Forms seems like more than what's required for normal Frida usage and it makes using things likeScript.Post
really unintuitive.The text was updated successfully, but these errors were encountered: