smda 2.2.2__tar.gz → 2.2.3__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.
- {smda-2.2.2/smda.egg-info → smda-2.2.3}/PKG-INFO +2 -2
- {smda-2.2.2 → smda-2.2.3}/README.md +1 -1
- {smda-2.2.2 → smda-2.2.3}/setup.py +1 -1
- {smda-2.2.2 → smda-2.2.3}/smda/SmdaConfig.py +1 -1
- {smda-2.2.2 → smda-2.2.3}/smda/common/SmdaReport.py +6 -5
- {smda-2.2.2 → smda-2.2.3/smda.egg-info}/PKG-INFO +2 -2
- {smda-2.2.2 → smda-2.2.3}/LICENSE +0 -0
- {smda-2.2.2 → smda-2.2.3}/setup.cfg +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/Disassembler.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/DisassemblyResult.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/DisassemblyStatistics.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/__init__.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/cil/CilDisassembler.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/cil/CilInstructionEscaper.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/cil/FunctionAnalysisState.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/cil/__init__.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/BasicBlock.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/BinaryInfo.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/BlockLocator.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/CodeXref.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/DominatorTree.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/SmdaBasicBlock.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/SmdaFunction.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/SmdaInstruction.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/TailcallAnalyzer.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/Tarjan.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/__init__.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/AbstractLabelProvider.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/CilSymbolProvider.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/DelphiKbSymbolProvider.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/ElfApiResolver.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/ElfSymbolProvider.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/GoLabelProvider.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/OrdinalHelper.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/PdbSymbolProvider.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/PeSymbolProvider.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/WinApiResolver.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/common/labelprovider/__init__.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/ida/BackendInterface.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/ida/IdaExporter.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/ida/IdaInterface.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/ida/__init__.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/BitnessAnalyzer.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/FunctionAnalysisState.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/FunctionCandidate.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/FunctionCandidateManager.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/IndirectCallAnalyzer.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/IntelDisassembler.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/IntelInstructionEscaper.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/JumpTableAnalyzer.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/LanguageAnalyzer.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/MnemonicTfIdf.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/__init__.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/intel/definitions.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/BracketQueue.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/DelphiKbFileLoader.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/ElfFileLoader.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/FileLoader.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/MachoFileLoader.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/MemoryFileLoader.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/PeFileLoader.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/PriorityQueue.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/StringExtractor.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda/utility/__init__.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda.egg-info/SOURCES.txt +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda.egg-info/dependency_links.txt +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda.egg-info/requires.txt +0 -0
- {smda-2.2.2 → smda-2.2.3}/smda.egg-info/top_level.txt +0 -0
- {smda-2.2.2 → smda-2.2.3}/tests/testBracketQueue.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/tests/testEscaper.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/tests/testFileFormatParsers.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/tests/testIntegration.py +0 -0
- {smda-2.2.2 → smda-2.2.3}/tests/testTarjan.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: smda
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: A recursive disassmbler optimized for CFG recovery from memory dumps. Based on capstone.
|
|
5
5
|
Home-page: https://github.com/danielplohmann/smda
|
|
6
6
|
Author: Daniel Plohmann
|
|
@@ -74,7 +74,7 @@ To take full advantage of SMDA's capabilities, make sure to (optionally) install
|
|
|
74
74
|
* pdbparse (currently as fork from https://github.com/VPaulV/pdbparse to support Python3)
|
|
75
75
|
|
|
76
76
|
## Version History
|
|
77
|
-
* 2025-07-25: v2.2.
|
|
77
|
+
* 2025-07-25: v2.2.3 - Minor bugfixes.
|
|
78
78
|
* 2025-07-23: v2.2.1 - Added xmetadata field to SmdaReport, with information about imports and exports. Improved string extraction from Go binaries.
|
|
79
79
|
* 2025-06-13: v2.1.0 - Support for export from IDA 9.0+ (THX to @jershmagersh for the update!).
|
|
80
80
|
* 2025-02-26: v2.0.2 - Adjusting relative import, adding init file.
|
|
@@ -56,7 +56,7 @@ To take full advantage of SMDA's capabilities, make sure to (optionally) install
|
|
|
56
56
|
* pdbparse (currently as fork from https://github.com/VPaulV/pdbparse to support Python3)
|
|
57
57
|
|
|
58
58
|
## Version History
|
|
59
|
-
* 2025-07-25: v2.2.
|
|
59
|
+
* 2025-07-25: v2.2.3 - Minor bugfixes.
|
|
60
60
|
* 2025-07-23: v2.2.1 - Added xmetadata field to SmdaReport, with information about imports and exports. Improved string extraction from Go binaries.
|
|
61
61
|
* 2025-06-13: v2.1.0 - Support for export from IDA 9.0+ (THX to @jershmagersh for the update!).
|
|
62
62
|
* 2025-02-26: v2.0.2 - Adjusting relative import, adding init file.
|
|
@@ -19,7 +19,7 @@ else:
|
|
|
19
19
|
setup(
|
|
20
20
|
name='smda',
|
|
21
21
|
# note to self: always change this in config as well.
|
|
22
|
-
version='2.2.
|
|
22
|
+
version='2.2.3',
|
|
23
23
|
description='A recursive disassmbler optimized for CFG recovery from memory dumps. Based on capstone.',
|
|
24
24
|
long_description_content_type="text/markdown",
|
|
25
25
|
long_description=long_description,
|
|
@@ -5,7 +5,7 @@ import logging
|
|
|
5
5
|
class SmdaConfig(object):
|
|
6
6
|
|
|
7
7
|
# note to self: always change this in setup.py as well!
|
|
8
|
-
VERSION = "2.2.
|
|
8
|
+
VERSION = "2.2.3"
|
|
9
9
|
ESCAPER_DOWNWARD_COMPATIBILITY = "1.13.16"
|
|
10
10
|
CONFIG_FILE_PATH = str(os.path.abspath(__file__))
|
|
11
11
|
PROJECT_ROOT = str(os.path.abspath(os.sep.join([CONFIG_FILE_PATH, "..", ".."])))
|
|
@@ -269,11 +269,12 @@ class SmdaReport(object):
|
|
|
269
269
|
|
|
270
270
|
def toDict(self) -> dict:
|
|
271
271
|
transformed_code_sections = []
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
272
|
+
if self.code_sections:
|
|
273
|
+
for section in self.code_sections:
|
|
274
|
+
if section is not None:
|
|
275
|
+
transformed_code_sections.append(("", section[1], section[2]))
|
|
276
|
+
else:
|
|
277
|
+
transformed_code_sections.append(("", 0, 0))
|
|
277
278
|
return {
|
|
278
279
|
"architecture": self.architecture,
|
|
279
280
|
"base_addr": self.base_addr,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: smda
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: A recursive disassmbler optimized for CFG recovery from memory dumps. Based on capstone.
|
|
5
5
|
Home-page: https://github.com/danielplohmann/smda
|
|
6
6
|
Author: Daniel Plohmann
|
|
@@ -74,7 +74,7 @@ To take full advantage of SMDA's capabilities, make sure to (optionally) install
|
|
|
74
74
|
* pdbparse (currently as fork from https://github.com/VPaulV/pdbparse to support Python3)
|
|
75
75
|
|
|
76
76
|
## Version History
|
|
77
|
-
* 2025-07-25: v2.2.
|
|
77
|
+
* 2025-07-25: v2.2.3 - Minor bugfixes.
|
|
78
78
|
* 2025-07-23: v2.2.1 - Added xmetadata field to SmdaReport, with information about imports and exports. Improved string extraction from Go binaries.
|
|
79
79
|
* 2025-06-13: v2.1.0 - Support for export from IDA 9.0+ (THX to @jershmagersh for the update!).
|
|
80
80
|
* 2025-02-26: v2.0.2 - Adjusting relative import, adding init file.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|