Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
llvm-watermarker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nagayama15
llvm-watermarker
Commits
c352ea4d
Commit
c352ea4d
authored
Dec 20, 2018
by
nagayama15
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.mdを更新
parent
24d4483e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
README.md
README.md
+11
-4
No files found.
README.md
View file @
c352ea4d
...
...
@@ -6,9 +6,9 @@ LLVMを用いた電子透かし埋め込み器
Language: C++17
OS: Ubuntu 18.04
(WSL)
OS: Ubuntu 18.04
Compilers: GCC 7.3.0, Clang
6
.0.0
Compilers: GCC 7.3.0, Clang
7
.0.0
Libraries: LLVM 7.0
...
...
@@ -31,8 +31,15 @@ Libraries: LLVM 7.0
## ビルド方法
TODO
```
sh
$
make
```
## 実行方法
TODO
```
sh
# コードレイアウトによる埋め込み
$
opt
-load
=
bin/src/nykk.so
-block-wm
-watermark
=
"<watermark>"
-o
<output> <input>
# 命令の変更による埋め込み
$
opt
-load
=
bin/src/nykk.so
-inst-wm
-watermark
=
"<watermark>"
-o
<output> <input>
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment