We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abcb76 commit f56c8b0Copy full SHA for f56c8b0
binexport2_writer.h
@@ -30,14 +30,15 @@ class BinExport2Writer : public Writer {
30
const std::string& executable_hash,
31
const std::string& architecture);
32
33
- absl::Status Write(const CallGraph& call_graph, const FlowGraph& flow_graph,
34
- const Instructions& instructions,
+ absl::Status Write(const ::CallGraph& call_graph,
+ const ::FlowGraph& flow_graph,
35
+ const ::Instructions& instructions,
36
const AddressReferences& address_references,
37
const AddressSpace& address_space) override;
38
- absl::Status WriteToProto(const CallGraph& call_graph,
39
- const FlowGraph& flow_graph,
40
+ absl::Status WriteToProto(const ::CallGraph& call_graph,
41
42
43
const AddressSpace& address_space,
44
BinExport2* proto) const;
0 commit comments