Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/HexRaysCodeXplorer/HexRaysCodeXplorer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Compat.cpp" />
<ClCompile Include="Debug.cpp" />
<ClCompile Include="CtreeExtractor.cpp" />
<ClCompile Include="GCCObjectFormatParser.cpp" />
Expand All @@ -204,6 +205,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="Common.h" />
<ClInclude Include="Compat.h" />
<ClInclude Include="Debug.h" />
<ClInclude Include="CtreeExtractor.h" />
<ClInclude Include="GCCObjectFormatParser.h" />
Expand Down
4 changes: 2 additions & 2 deletions src/HexRaysCodeXplorer/ReconstructableType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,10 @@ ssize_t hook_idb_events(void *user_data, int notification_code, va_list va) {
tid_t tid{};
const char *oldname;
const char *newname;
struc_t *struc;
//struc_t *struc;
ea_t ea;
adiff_t diff;
member_t *member;
//member_t *member;
flags_t flags;
const opinfo_t *info;
asize_t size;
Expand Down