Skip to content

Commit d8fcb7c

Browse files
authored
Merge pull request jmpoep#4 from lilmayofuksu/master
fix intel.h signatures
2 parents 28008a7 + f379dd6 commit d8fcb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/intel.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ class IntelFunction : public BaseFunction
782782
uint64_t GetRegistrValue(uint8_t reg, size_t end_index);
783783
uint64_t GetRegistrMaxValue(uint8_t reg, size_t end_index, IArchitecture &file);
784784
void GetFreeRegisters(size_t index, CommandInfoList &command_info_list) const;
785-
void Mutate(const CompileContext &ctx, bool for_virtualization, int index = 0);
785+
void Mutate(const CompileContext &ctx, bool for_virtualization/*, int index = 0*/);
786786

787787
SectionCryptorList *section_cryptor_list_;
788788
std::set<uint64_t> break_case_list_;
@@ -873,7 +873,7 @@ class IntelObfuscation : public IObject
873873
{
874874
public:
875875
explicit IntelObfuscation();
876-
void Compile(IntelFunction *func, size_t index, size_t end_index = -1, bool for_virtualization = false);
876+
void Compile(IntelFunction *func, size_t index/*, size_t end_index = -1, bool for_virtualization = false*/);
877877
private:
878878
IntelCommand *AddCommand(IntelCommandType type, IntelOperand operand1 = IntelOperand(), IntelOperand operand2 = IntelOperand(), IntelOperand operand3 = IntelOperand());
879879
void AddRandomCommands();

0 commit comments

Comments
 (0)