unidecompiler-plugin-dotnet-cli 0.2.0__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/PKG-INFO +2 -2
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/pyproject.toml +2 -2
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli/lifter.py +2 -1
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli.egg-info/PKG-INFO +2 -2
- unidecompiler_plugin_dotnet_cli-0.2.2/src/unidecompiler_plugin_dotnet_cli.egg-info/requires.txt +2 -0
- unidecompiler_plugin_dotnet_cli-0.2.0/src/unidecompiler_plugin_dotnet_cli.egg-info/requires.txt +0 -2
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/README.md +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/setup.cfg +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli/__init__.py +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli/assembly.py +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli/plugin.py +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli/simulation.py +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli/support.py +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli.egg-info/SOURCES.txt +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli.egg-info/dependency_links.txt +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli.egg-info/entry_points.txt +0 -0
- {unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/src/unidecompiler_plugin_dotnet_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: unidecompiler-plugin-dotnet-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: .NET CLI assembly frontend plugin for unidecompiler
|
|
5
5
|
Author-email: Wker <1670133844@qq.com>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/Wker666/unidecompiler
|
|
|
9
9
|
Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
|
|
10
10
|
Requires-Python: >=3.11
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
-
Requires-Dist: unidecompiler<0.3.0,>=0.2.
|
|
12
|
+
Requires-Dist: unidecompiler<0.3.0,>=0.2.2
|
|
13
13
|
Requires-Dist: dnfile<1,>=0.15
|
|
14
14
|
|
|
15
15
|
# unidecompiler-plugin-dotnet-cli
|
{unidecompiler_plugin_dotnet_cli-0.2.0 → unidecompiler_plugin_dotnet_cli-0.2.2}/pyproject.toml
RENAMED
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "unidecompiler-plugin-dotnet-cli"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = ".NET CLI assembly frontend plugin for unidecompiler"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "AGPL-3.0-or-later"
|
|
11
11
|
authors = [{ name = "Wker", email = "1670133844@qq.com" }]
|
|
12
12
|
requires-python = ">=3.11"
|
|
13
|
-
dependencies = ["unidecompiler>=0.2.
|
|
13
|
+
dependencies = ["unidecompiler>=0.2.2,<0.3.0", "dnfile>=0.15,<1"]
|
|
14
14
|
|
|
15
15
|
[project.urls]
|
|
16
16
|
Homepage = "https://github.com/Wker666/unidecompiler"
|
|
@@ -417,8 +417,9 @@ def lift_dotnet_assembly(
|
|
|
417
417
|
report_progress(reporter, phase="lift", status="started", completed=0, total=total, unit="function", message="lifting .NET functions")
|
|
418
418
|
functions = []
|
|
419
419
|
for index, method in enumerate(assembly.methods, start=1):
|
|
420
|
+
report_progress(reporter, phase="lift", completed=index - 1, total=total, unit="function", item_label=method.name, message=f"lifting function {method.name}")
|
|
420
421
|
functions.append(_recover_dotnet_method(method))
|
|
421
|
-
report_progress(reporter, phase="lift", completed=index, total=total, unit="function", message=f"
|
|
422
|
+
report_progress(reporter, phase="lift", completed=index, total=total, unit="function", item_label=method.name, message=f"lifted function {method.name}")
|
|
422
423
|
return assemble_vm_module(
|
|
423
424
|
name=assembly.name,
|
|
424
425
|
source_language="dotnet",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: unidecompiler-plugin-dotnet-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: .NET CLI assembly frontend plugin for unidecompiler
|
|
5
5
|
Author-email: Wker <1670133844@qq.com>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/Wker666/unidecompiler
|
|
|
9
9
|
Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
|
|
10
10
|
Requires-Python: >=3.11
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
-
Requires-Dist: unidecompiler<0.3.0,>=0.2.
|
|
12
|
+
Requires-Dist: unidecompiler<0.3.0,>=0.2.2
|
|
13
13
|
Requires-Dist: dnfile<1,>=0.15
|
|
14
14
|
|
|
15
15
|
# unidecompiler-plugin-dotnet-cli
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|