Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry how to display passed data in List<byte[]> to hex viewer. #121

Open
songminkyu opened this issue Jun 13, 2022 · 2 comments
Open

Comments

@songminkyu
Copy link

Hello. This is a function question.
I want to display large bytes by passing List<byte[]> container to Core Source in WpfHexEditorControl. Failed frequently due to MemoryStream 2gb limit. Is there any other way to approach it?
Or is it possible to add a function so that List<byte[]> can be passed??

The reason for using List<byte[]> is that you want to use it to manage more than 2 GB of binary data.

@songminkyu
Copy link
Author

songminkyu commented Jun 14, 2022

And hexview Start Position, End Position Is there a function to view only the specified area again with the viewer?

@abbaye
Copy link
Owner

abbaye commented Jun 14, 2022

Hello yes I think it's possible to do that.

I have not worked in my project long time ago 😅😅 🙈

I will check this today and come back for a feedback.

Humm the hexeditor will not working with List<>. But you can use all stream object you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants