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

Unable to find imports in the code! #5

Open
naveenselvan opened this issue May 11, 2019 · 1 comment
Open

Unable to find imports in the code! #5

naveenselvan opened this issue May 11, 2019 · 1 comment

Comments

@naveenselvan
Copy link

I am getting below error!
WARNING: warning null reldesc
Traceback (most recent call last):
File "pyiatrebuild.py", line 652, in
main()
File "pyiatrebuild.py", line 644, in main
new_pe_data = rebuild_iat(args.in_pid, pe_data, args.in_base_address, args.in_oep)
File "pyiatrebuild.py", line 245, in rebuild_iat
imp_table = reslove_iat_pointers(pid, iat_ptrs)
File "pyiatrebuild.py", line 169, in reslove_iat_pointers
assert len(imp_table) != 0, "Unable to find imports in code!"
AssertionError: Unable to find imports in code!

@assaflerman
Copy link

Had the same problem. Tried it on a Windows 7 x32 and it worked. I didn't get the chance to dig into the script, but maybe it doesn't support 64 bit address space for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants