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 to request additional features #122

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

Inquiry to request additional features #122

songminkyu opened this issue Jun 14, 2022 · 2 comments

Comments

@songminkyu
Copy link

Thank you for your kind reply.

I'm sorry, but I'd like to make an additional request. Allocate a size of 2gb or more to the unmanaged memory below, as shown below.

IntPtr unmanagedarray = Marshal.AllocCoTaskMem(filesize);

Marshal.Copy(byte, unmanagedarray,0,filesize):

It would be appreciated if you could add a function so that unmanagedarray memory can be passed to Wpfhexeditorcontrol and output to hexview.

MemoryStream 2gb limit is too difficult T_T.

@abbaye
Copy link
Owner

abbaye commented Jun 15, 2022

Hi mister

Unfortunately I have not the time to do this actually. 😕😔

Possibility after this summer.

But you can make it by yourself with my code 😁

@Droppers
Copy link

Droppers commented Jul 10, 2022

Just out of curiosity, why would you want this?

How do you obtain data in such amounts, if not from a file?

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

3 participants