dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
Product.putFile
dextool
plugin
fuzzer
backend
interface_
Product
Raw data to be written.
void
putFile
(
FileName
fname
,
CppHModule
data
)
void
putFile
(
FileName
fname
,
CppModule
data
,
WriteStrategy
strategy
=
WriteStrategy
.
overwrite
)
void
putFile
(
FileName
fname
,
const
(
ubyte
)[]
data
)
void
putFile
(
FileName
fname
,
string
data
,
WriteStrategy
strategy
=
WriteStrategy
.
overwrite
)
interface
Product
void
putFile
(
FileName
fname
,
string
data
,
WriteStrategy
strategy
=
WriteStrategy.overwrite
)
Meta
Source
See Implementation
dextool
plugin
fuzzer
backend
interface_
Product
functions
putFile
Raw data to be written.