vb.net - Editing hex of code of an application -


i have seen few application can edit blocks of hex giving valid offset.

the question is, how that? there function allow binary string editing in vb.net?

there no on google, tell me how can edit application source in vb.net in hex editor?

have @ this:

  1. call file.openwrite filestream file

  2. set stream.position jump location want edit

  3. call stream.write overwrite bytes in file.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -