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

about IDA7.7 support #21

Open
zhefox opened this issue Aug 18, 2023 · 0 comments
Open

about IDA7.7 support #21

zhefox opened this issue Aug 18, 2023 · 0 comments

Comments

@zhefox
Copy link

zhefox commented Aug 18, 2023

  File "C:\Users\ZHEFOX\Desktop\IDA\IDA7.7\python\3\ida_idaapi.py", line 580, in IDAPython_ExecScript
    exec(code, g)
  File "C:/Users/ZHEFOX/Desktop/Virtuailor-master/Main.py", line 56, in <module>
    add_bp_to_virtual_calls(int(gui.start_line.text(),16), int(gui.stop_line.text(), 16))
  File "C:/Users/ZHEFOX/Desktop/Virtuailor-master/Main.py", line 35, in add_bp_to_virtual_calls
    cond, bp_address = vtableAddress.write_vtable2file(cur_addr)
  File "C:\Users/ZHEFOX/Desktop/Virtuailor-master\vtableAddress.py", line 133, in write_vtable2file
    opnd = get_con2_var_or_num(reg, start_addr)
  File "C:\Users/ZHEFOX/Desktop/Virtuailor-master\vtableAddress.py", line 65, in get_con2_var_or_num
    dct_arch = get_arch_dct()
  File "C:\Users/ZHEFOX/Desktop/Virtuailor-master\vtableAddress.py", line 39, in get_arch_dct
    arch, is_64 = get_processor_architecture()
  File "C:\Users/ZHEFOX/Desktop/Virtuailor-master\vtableAddress.py", line 19, in get_processor_architecture
    if info.procName == "ARM":
Please use "procname" instead of "procName" ("procName" is kept for backward-compatibility, and will be removed soon.)
Warning! At address 0x16a60bf3e: The vtable assignment might be in another function (Maybe ?SafeAddRef@?$TCntPtr@VCRdpWinClosedCaptionSettingsMonitor@WindowsRemoteAppLib@@@@AEAAXXZ), could not place BP.
Warning! At address 0x16a615cc3: The vtable assignment might be in another function (Maybe memset_0), could not place BP.
Warning! At address 0x16a617727: The vtable assignment might be in another function (Maybe WPP_SF_Sd), could not place BP.
Warning! At address 0x16a617825: The vtable assignment might be in another function (Maybe memset_0), could not place BP.

....

Why could not place BP?

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

1 participant