mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
b32b614ffc
Add a Nix flake that builds remill and its XED dependency using LLVM 17, with patched Ghidra sources for Sleigh. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
111 lines
1.5 KiB
Plaintext
111 lines
1.5 KiB
Plaintext
# Copyright (c) 2017 Trail of Bits, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
install_manifest.txt
|
|
Makefile
|
|
|
|
CMakeLists.txt.user
|
|
.vscode
|
|
.vs
|
|
.idea
|
|
.DS_Store
|
|
.cproject
|
|
.project
|
|
.settings
|
|
cmake-build-debug
|
|
cmake-build-release
|
|
compile_commands.json
|
|
.cache
|
|
deps/*
|
|
third_party/*
|
|
build*/
|
|
install*/
|
|
remill-build/*
|
|
generated/*
|
|
gtest_build/*
|
|
|
|
tools/build/*
|
|
tools/dist/*
|
|
tools/mcsema/*
|
|
tools/remill_disass.egg-info/*
|
|
tools/remill_disass/CFG.proto
|
|
tools/remill_disass/CFG_pb2.py
|
|
|
|
.venv/
|
|
dist/*
|
|
remill_disass.egg-info/*
|
|
|
|
*.o
|
|
*.ll
|
|
*.bc
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
*.pyc
|
|
|
|
# IDA Pro
|
|
*.idb
|
|
*.i64
|
|
*.nam
|
|
*.id0
|
|
*.id1
|
|
*.til
|
|
|
|
# PIN
|
|
*.log
|
|
obj-ia32/*
|
|
obj-intel64/*
|
|
|
|
# VIM
|
|
*.swp
|
|
|
|
# Lifted binaries
|
|
*.lifted
|
|
|
|
#VERSION files from CI
|
|
VERSION
|
|
|
|
# Doxygen generated documentation
|
|
docs/doxygen/
|
|
|
|
# Nix
|
|
result
|