feature: show function size in dropdown

This commit is contained in:
Dobin
2024-04-14 18:27:35 +01:00
parent 3bbff69cdf
commit 4901c7b320
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ def project(name):
is_64 = superpe.is_64()
is_dotnet = superpe.is_dotnet()
if superpe.is_dll():
exports = superpe.get_exports()
exports = superpe.get_exports_full()
project_dir = os.path.dirname(os.path.abspath(project.settings.inject_exe_out))
log_files = get_logfiles(project.settings.main_dir)