Add YSScanner.ScanMemory overload to take an array of bytes.#11
Open
AdamWhiteHat wants to merge 1 commit intostellarbear:masterfrom
Open
Add YSScanner.ScanMemory overload to take an array of bytes.#11AdamWhiteHat wants to merge 1 commit intostellarbear:masterfrom
AdamWhiteHat wants to merge 1 commit intostellarbear:masterfrom
Conversation
…tead of a pointer, since this is a C# wrapper, and it is expected of C# wrappers to insulate you from such constructs.
2) Added overload to class signature in header.
3) Fixed minor spelling error in exception message ('intialization' is missing an 'i').
Author
|
@stellarbear @ChrisDavies-MSFT Ayo, does anyone maintain this repository any more? |
Contributor
|
Hey,
We (Microsoft) have an internal fork of which we continue to work on. We are hoping to produce a new wrapper for Yara v4 and make it publicly accessible.
Thanks
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Adam White ***@***.***>
Sent: Saturday, April 29, 2023 11:19:49 AM
To: stellarbear/YaraSharp ***@***.***>
Cc: Chris Davies (SONAR) ***@***.***>; Mention ***@***.***>
Subject: Re: [stellarbear/YaraSharp] Add YSScanner.ScanMemory overload to take an array of bytes. (PR #11)
@stellarbear<https://github.com/stellarbear> @ChrisDavies-MSFT<https://github.com/ChrisDavies-MSFT> Ayo, does anyone maintain this repository any more?
—
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK3UDG7JXNR6W7YWPVBWLJDXDTTMLANCNFSM5NWQM54Q>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added YaraSharp.YSScanner.ScanMemory overload to take an array instead of a pointer, since this is a C# wrapper, and it is expected of C# wrappers to insulate you from such constructs.
Added overload to class signature in header.
Fixed minor spelling error in exception message ('intialization' is missing an 'i').