GithubHelp home page GithubHelp logo

Comments (11)

mrexodia avatar mrexodia commented on June 10, 2024 1

The one from the time I said the issue was fixed. 14 of August

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

Could you give an example script that shows this problem please?

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

Okay was a bug in x64dbg, should be fixed now.

from x64dbgpy.

yennlh avatar yennlh commented on June 10, 2024

Excuse me! Was it fixed in the last snapshot on https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts ? I downloaded this snapshot and integrate it into the last snapshot of x64dbg. Then, I tried to execute the following script, but I got the wrong values which are different from the values displayed on x64dbg GUI.

from x64dbgpy import *

print Flag.AF
print Flag.ZF
print Flag.PF

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

I'll try again, it should work in theory with the latest x64dbg from releases.x64dbg.com

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

Just tested, works as expected...

from x64dbgpy.

yennlh avatar yennlh commented on June 10, 2024

Could you please let me know which release of x64dbg did you use for testing? This is what I got when I executed the script on snapshot_2017-08-11_05-43.

screenshot

from x64dbgpy import *

print 'ZF = ', Flag.ZF
print 'PF = ', Flag.PF
print 'AF = ', Flag.AF
print 'OF = ', Flag.OF
print 'SF = ', Flag.SF
print 'DF = ', Flag.DF
print 'CF = ', Flag.CF
print 'TF = ', Flag.TF
print 'IF = ', Flag.IF

from x64dbgpy.

yennlh avatar yennlh commented on June 10, 2024

Great! Eventually, it worked for me with the last release snapshot_2017-08-14_16-50. I didn't find it out because I downloaded from http://snapshots.x64dbg.com/, which is referred by the homepage of x64dbg. Thank you very much for your help. 😄

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

Yeah those snapshots should update daily to not spam the sourceforge servers too much...

from x64dbgpy.

yennlh avatar yennlh commented on June 10, 2024

Btw, could you please let me know how to interact with XMM registers via x64dbgpy?

from x64dbgpy.

mrexodia avatar mrexodia commented on June 10, 2024

from x64dbgpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.