This commit is contained in:
SerHack 2023-05-06 18:00:08 +00:00
parent 06cc95121c
commit cc1ee97a3f
4 changed files with 13 additions and 118921 deletions

View File

@ -1,2 +1,12 @@
# snowman
Fork of snowman decompiler. Improved. THIS IS A WORK IN PROGRESS.
Fork of snowman decompiler. Improved. THIS IS A WORK IN PROGRESS.
## Build
To build the project, simply type:
```
make
```
You need latest version of Boost, Ninja and QT5 Library.

View File

@ -26,7 +26,7 @@ class ArmDisassembler: public core::arch::Disassembler {
int mode_;
public:
explicit ArmDisassembler(const ArmArchitecture *architecture);
ArmDisassembler(const ArmArchitecture *architecture);
virtual ~ArmDisassembler();

View File

@ -83,7 +83,7 @@ public:
*
* \param x Sized value.
*/
explicit AbstractValue(const SizedValue &x):
AbstractValue(const SizedValue &x):
size_(x.size()), zeroBits_(x.value() ^ bitMask<ConstantValue>(size_)), oneBits_(x.value())
{}

118918
tags

File diff suppressed because it is too large Load Diff