nopunintendo Posted September 21, 2016 Posted September 21, 2016 Hello, I'm very new to assembly/disassembly and x64dbg. I just picked it up because I need to patch an old version of Nvidia Screen Capture Service so that it doesn't automatically force-change my Twitch titles. Newer versions of this program do not do this, but the newer versions are also unusable for me. The old version works perfectly fine except for this oddity. So I've found the function call and the address I'd like to jump to, and while using XEDParse, I get this (seems good?): But while using asmjit I get this: My question is, what does "Invalid State" refer to? Is this a syntactical error on my part? Also, does it matter which parser I use? If I use XEDParse, will an instruction which is smaller by 3 bytes cause issues in the executable? Please forgive my ignorance, and thanks for any information.
mrexodia Posted September 21, 2016 Posted September 21, 2016 Try using "0x" in front of constants for asmjit.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now