MCPcopy Create free account

hub / github.com/RickdeJager/stegseek / functions

Functions798 in github.com/RickdeJager/stegseek

↓ 173 callersMethodgetValue
src/Arg.h:40
↓ 143 callersMethodgetLabel
src/Vertex.h:98
↓ 71 callersMethodsetValue
src/Arg.cc:28
↓ 64 callersMethodreset
src/Terminal.cc:62
↓ 61 callersMethodgetSamplesPerVertex
* get the number of samples per vertex (this is a file-format specific constant) **/
src/CvrStgFile.h:120
↓ 55 callersMethodgetLength
* get the number of bits in this BitString **/
src/BitString.h:76
↓ 38 callersMethodincludesEdge
src/Matching.cc:52
↓ 35 callersMethodgetName
src/AudioSampleValue.h:122
↓ 34 callersMethodgetVertex
* get a vertex * \param l the vertex label (index) of the vertex to be returned (must be < getNumVertices()) * \return the vertex with label
src/Graph.h:75
↓ 33 callersMethodis_set
src/Arg.h:44
↓ 32 callersMethodgetEmbeddedValue
src/Vertex.cc:147
↓ 32 callersMethodisMatched
* returns true iff the vertex v is matched in this matching. **/
src/Matching.h:55
↓ 32 callersFunctionprintDebug
src/msg.cc:258
↓ 31 callersMethodgetVertex1
src/Edge.h:45
↓ 30 callersMethodgetVertex2
src/Edge.h:49
↓ 26 callersMethodprintMessage
src/msg.cc:88
↓ 25 callersMethodaddUnitTest
tests/steghide/TestSuite.cc:32
↓ 25 callersMethodisExposed
* returns true iff the vertex v is exposed (not matched) in this matching. **/
src/Matching.h:65
↓ 24 callersMethodaddEdge
src/Matching.cc:70
↓ 24 callersMethodwrite8
src/BinaryIO.cc:234
↓ 23 callersMethodgetEmbValueModulus
* values that are embedded in samples will be in 0...Modulus-1 (this is a file-format specific *constant) **/
src/CvrStgFile.h:129
↓ 22 callersMethodgetSampleValue
src/WavFile.cc:109
↓ 21 callersMethodread8
src/BinaryIO.cc:140
↓ 19 callersMethodgetCardinality
* get the cardinality (the number of matched edges) **/
src/Matching.h:90
↓ 17 callersMethodgetDegree
src/Vertex.cc:157
↓ 17 callersFunctionsetup
()
tests/stegseek/test.py:12
↓ 16 callersMethodcheck_SampleValues
src/Graph.cc:293
↓ 16 callersMethodcheck_Vertices
src/Graph.cc:274
↓ 16 callersMethodgetTargetValue
src/Vertex.h:108
↓ 15 callersMethodcheck_SVALists
src/Graph.cc:382
↓ 15 callersMethodcheck_SampleOccurences
src/Graph.cc:331
↓ 15 callersMethodgetNumVertices
* get the number of vertices in this graph **/
src/Graph.h:68
↓ 15 callersMethodread32_le
src/BinaryIO.cc:180
↓ 15 callersMethodwrite32_le
src/BinaryIO.cc:265
↓ 14 callersMethodwrite16_le
src/BinaryIO.cc:243
↓ 13 callersMethodgetKey
* get the key for this sample * \return a key which must be different for two different samples values. **/
src/SampleValue.h:110
↓ 13 callersMethodgetOtherVertex
src/Edge.cc:96
↓ 13 callersMethodread16_le
src/BinaryIO.cc:152
↓ 12 callersMethodgetBitsPerSample
src/WavFile.cc:164
↓ 12 callersMethodgetType
src/error.cc:71
↓ 12 callersMethodis_std
* is this file a standard stream (stdin or stdout) ? **/
src/BinaryIO.h:63
↓ 12 callersMethodrun
tests/steghide/UnitTest.cc:36
↓ 11 callersMethodgetNAry
src/BitString.cc:221
↓ 11 callersMethodsetArity
src/BitString.cc:67
↓ 10 callersMethodgetIndex
src/SampleOccurence.h:34
↓ 10 callersMethodgetStringRep
src/EncryptionMode.cc:32
↓ 9 callersMethodcalcDistance
src/RGBTriple.cc:23
↓ 9 callersMethodgetShortestEdge
* get the shortest edge of this vertex **/
src/Vertex.h:81
↓ 9 callersMethodisFinished
* \return true iff this EdgeIterator points to the end of the list of edges of SrcVertex **/
src/EdgeIterator.h:102
↓ 9 callersMethodprint
src/msg.cc:94
↓ 8 callersMethodgetWeight
src/Edge.cc:39
↓ 7 callersMethodgetChunkLength
src/WavChunkHeader.h:37
↓ 7 callersMethodsetMessage
src/msg.cc:55
↓ 6 callersMethodappendNAry
src/BitString.cc:232
↓ 6 callersMethodgetGreen
src/BmpRGBSampleValue.h:42
↓ 6 callersMethodgetNumSamples
src/WavFile.cc:89
↓ 6 callersMethodgetRed
src/BmpRGBSampleValue.h:41
↓ 6 callersMethodisNeighbour
src/SampleValue.cc:38
↓ 6 callersMethodmarkDeleted
src/Vertex.cc:80
↓ 6 callersMethodprint
src/Graph.cc:553
↓ 6 callersMethodread32_be
src/BinaryIO.cc:194
↓ 6 callersMethodwrite32_be
src/BinaryIO.cc:276
↓ 5 callersMethodcalcDistance
tests/steghide/DummySampleValue.cc:26
↓ 5 callersMethodcutBits
src/BitString.cc:159
↓ 5 callersMethodgetBlue
src/BmpRGBSampleValue.h:43
↓ 5 callersMethodgetBool
src/RandomSource.cc:94
↓ 5 callersMethodgetData
src/EmbData.h:80
↓ 5 callersMethodgetFileName
src/EmbData.h:82
↓ 5 callersMethodgetIntegerRep
src/EncryptionMode.cc:34
↓ 5 callersMethodgetMatchedIterator
src/Matching.h:170
↓ 5 callersMethodgetMatchingEdge
* get the edge that is in the matching and adjacent to v * \return the matched edge or NULL if v is exposed **/
src/Matching.h:76
↓ 5 callersMethodgetNAryLength
* get the number of EmbValues in this BitString (using this BitString's arity) **/
src/BitString.h:81
↓ 5 callersMethodgetRange
src/Selector.h:74
↓ 5 callersMethodremoveEdge
src/Matching.cc:86
↓ 5 callersMethodsetMatched
src/Matching.h:174
↓ 5 callersMethodsetNewline
* toggle newline printing on/off * \param prnl wether to print a newline character after the message **/
src/msg.h:42
↓ 5 callersMethodupdateShortestEdge
src/Vertex.cc:132
↓ 4 callersMethodcontains
src/Edge.cc:92
↓ 4 callersMethodeof
src/BinaryIO.cc:119
↓ 4 callersMethodgetBytes
src/RandomSource.cc:69
↓ 4 callersMethodgetExposedIterator
src/Matching.h:172
↓ 4 callersMethodgetSampleValue
tests/steghide/DummyFile.cc:46
↓ 4 callersMethodgetValue
tests/steghide/DummySampleValue.h:34
↓ 4 callersMethodisNeighbour
tests/steghide/DummySampleValue.cc:31
↓ 4 callersMethodquicksort
src/SampleValueAdjacencyList.cc:81
↓ 4 callersMethodwrite
src/WavFile.cc:62
↓ 4 callersMethodwrite
src/AuFile.cc:136
↓ 3 callersMethodaddBits
src/EmbData.cc:52
↓ 3 callersMethodclose
src/BinaryIO.cc:126
↓ 3 callersMethodextract
src/Cracker.cc:201
↓ 3 callersMethodfinished
src/EmbData.cc:42
↓ 3 callersMethodgetEncAlgo
src/EmbData.cc:259
↓ 3 callersMethodgetNumBitsRequested
src/EmbData.cc:47
↓ 3 callersMethodgetNumRows
src/SampleValueAdjacencyList.h:48
↓ 3 callersMethodgetRadius
* get the neighbourhood radius (this is a file-format specific constant) **/
src/CvrStgFile.h:124
↓ 3 callersMethodgetSamplePos
src/Edge.cc:108
↓ 3 callersMethodgetSize
* get the size, i.e. the number of entries of this color palette **/
src/ColorPalette.h:41
↓ 3 callersMethodprintDebug
src/BitString.cc:414
↓ 3 callersMethodreplaceSample
src/WavFile.cc:99
↓ 3 callersMethodsetExposed
src/Matching.h:179
next →1–100 of 798, ranked by callers