Skip to content
Merged
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
65 changes: 65 additions & 0 deletions blint/data/annotations/review_monero_go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
text: Review for Monero identified in a binary produced by Go build
group: SYMBOL_REVIEWS
exe_type:
- gobinary
- x86_64-executable
rules:
- id: MONERO_API_GO
title: Detect use of Monero wallet
summary:
description: |
Monero is a cryptocurrency focused on private and censorship-resistant transactions.
patterns:
- AddAddressBook
- ChangeWalletPassword
- CheckReserveProof
- CheckSpendProof
- CheckTxKey
- CheckTxProof
- CloseWallet
- CreateWallet
- DeleteAddressBook
- ErrDaemonIsBusy
- ErrWrongKeyImage
- ErrWrongPaymentID
- ErrWrongTxID
- ExportKeyImages
- ExportMultisigInfo
- FinalizeMultisig
- Float64ToXMR
- GenerateFromKeys
- GetBalance
- GetBulkPayments
- GetPayments
- GetReserveProof
- GetSpendProof
- GetTransferByTxID
- GetTransfers
- GetTxKey
- GetTxNotes
- GetTxProof
- ImportKeyImages
- ImportMultisigInfo
- IncomingTransfers
- MakeIntegratedAddress
- MakeMultisig
- NewPaymentID256
- NewPaymentID64
- OpenWallet
- PrepareMultisig
- RelayTx
- RescanBlockchain
- RescanSpent
- SetTxNotes
- SignTransfer
- SplitIntegratedAddress
- StartMining
- StopMining
- StopWallet
- StringToXMR
- SubmitMultisig
- SubmitTransfer
- TransferSplit
- XMRToDecimal
- XMRToFloat64
31 changes: 31 additions & 0 deletions blint/data/annotations/review_monero_rust
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
text: Review for Monero identified in a binary produced by cargo build
group: SYMBOL_REVIEWS
exe_type: genericbinary
rules:
- id: MONERO_API_RUST
title: Detect monero API
summary:
description: |
Monero is a cryptocurrency focused on private and censorship-resistant transactions.
patterns:
- blockdata::block::Block
- blockdata::block::BlockHeader
- blockdata::transaction::OwnedTxOut
- blockdata::transaction::Transaction
- blockdata::transaction::TransactionPrefix
- blockdata::transaction::TxIn
- blockdata::transaction::TxOut
- consensus_encode
- consensus_decode
- cryptonote::hash::Hash
- monero::blockdata::transaction::Transaction
- monero::consensus::encode::deserialize
- monero::util::key
- Network::Mainnet
- Network::Stagenet
- util::amount::SignedAmount
- MONERO_MUL_FACTOR
- consensus::encode::Encodable
- TxOutTarget
- tx_pubkey