Skip to content

Commit

Permalink
formatting newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Oct 25, 2024
1 parent 0ef11be commit b618fa6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lifter/GEPTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ namespace BinaryOperations {

uint64_t mappedAddr = FileHelper::address_to_mapped_address(addr);
uint64_t tempValue;

if (mappedAddr > 0) {
std::memcpy(&tempValue,
reinterpret_cast<const void*>(data_g + mappedAddr), byteSize);
Expand Down Expand Up @@ -685,7 +684,6 @@ Value* lifterClass::solveLoad(LoadInst* load) {
auto loadPointer = loadPtrGEP->getPointerOperand();
auto loadOffset = loadPtrGEP->getOperand(1);
printvalue(loadOffset);

// if we know all the stores, we can use our buffer
// however, if we dont know all the stores
// we have to if check each store overlaps with our load
Expand Down
1 change: 0 additions & 1 deletion lifter/OperandUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,6 @@ Value* lifterClass::GetRegisterValue(const ZydisRegister key) {
if (key == ZYDIS_REGISTER_RFLAGS || key == ZYDIS_REGISTER_EFLAGS) {
return GetRFLAGSValue();
}

/*
if (Registers.find(newKey) == Registers.end()) {
UNREACHABLE("register not found"); exit(-1);
Expand Down
1 change: 0 additions & 1 deletion lifter/lifter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


#include "FunctionSignatures.h"
#include "GEPTracker.h"
#include "PathSolver.h"
Expand Down

0 comments on commit b618fa6

Please sign in to comment.