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:
call
file.openwrite
filestream
fileset
stream.position
jump location want editcall
stream.write
overwrite bytes in file.
Comments
Post a Comment