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

Win64: the python script is not working #2

Open
Linkid opened this issue Apr 23, 2019 · 0 comments
Open

Win64: the python script is not working #2

Linkid opened this issue Apr 23, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Linkid
Copy link
Member

Linkid commented Apr 23, 2019

The python script to make def files is not working in 64 bits.
The error is:

Traceback (most recent call last):
  File "makedefs.py", line 127, in <module>
    def_contents = make_def(os.path.join(sys.argv[2], dll))
  File "makedefs.py", line 101, in make_def
    dllname = read_asciiz(rva_of_dll_name)
  File "makedefs.py", line 91, in read_asciiz
    seek_to_rva(rva)
  File "makedefs.py", line 80, in seek_to_rva
    raise ValueError('Could not find section for RVA.')
ValueError: Could not find section for RVA.
@Linkid Linkid added the bug Something isn't working label Apr 23, 2019
@Linkid Linkid changed the title Win64: python script not working Win64: the python script is not working Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant