MCPcopy Create free account
hub / github.com/connorjaydunn/BinaryShield / Function

Method Function

src/function.cpp:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "function.h"
2
3Function::Function(DWORD startRva, DWORD endRva, std::vector<BYTE> bytes) : startRva(startRva), endRva(endRva), bytes(bytes) {};
4
5bool Function::disassemble()
6{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected