-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
難読化されたコードをコンパイルできる形へ自動調整する #6
Comments
|
この課題は継続的に続けるものとします |
AddO系統の難読化されたコードにおいてrand()による値の初期化を行っている箇所も削除していた.関数内のコードは基本的には削除しない |
nosfill
added a commit
that referenced
this issue
Jun 19, 2024
nosfill
added a commit
that referenced
this issue
Jun 19, 2024
(#6) 行ごとのCソースパーサーを実装.解析データを基にコードをコンパイルできる形へ調整する機能をリファクタ
nosfill
added a commit
that referenced
this issue
Jun 19, 2024
nosfill
added a commit
that referenced
this issue
Jun 19, 2024
(#6) string.h, stdio.h を必要に応じて追加する処理を追加
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
void main()
が追加されてしまい,難読化されたコードを別のコードと組み合わせてコンパイルすることができなくなってしまう.調整事項
コンパイルできる形への調整のために発見した必要事項
実装方法
C言語パーサーを実装するのが困難だったため,(Good)の方法で実装を行う予定
The text was updated successfully, but these errors were encountered: