Skip to content

Commit

Permalink
Implemented .NET TypeRef hashes and presentation of .NET imported typ…
Browse files Browse the repository at this point in the history
…es (#386)

* plain and json getters

* plain json presentations

* dotnet class and reconstructor

* fileformat and related

* fileinfo and cmake

* minor changes - cleanup and docs

* DotnetClass linking fixed

* child nodes libname derivation fixed

* hash names type postfix added

* typeref index presentation removed

* hashes fixed

* std::variant alternative for cpp 11/14/17

* type check for DotnetClass

* Removed submodule file

* veriant as non gitmodule

* variant completely removed

* Variant reinstalled as non submodule

* Another deletion of submodule

* Another addition of non submodule variant

* variant single header

* branch rebase - variant single header

* variant hidden files deleted

* Cosmetic changes
  • Loading branch information
JakubPruzinec authored and metthal committed Nov 10, 2018
1 parent fb85f00 commit 88df33d
Show file tree
Hide file tree
Showing 25 changed files with 3,461 additions and 24 deletions.
2 changes: 1 addition & 1 deletion LICENSE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -2275,4 +2275,4 @@ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ add_subdirectory(pelib)
add_subdirectory(yaracpp)
add_subdirectory(yaramod)
add_subdirectory(whereami)
add_subdirectory(variant)

if(RETDEC_TESTS)
add_subdirectory(googletest)
Expand Down
2 changes: 2 additions & 0 deletions deps/variant/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_library(mpark_variant INTERFACE)
target_include_directories(mpark_variant INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include)
Loading

0 comments on commit 88df33d

Please sign in to comment.