Skip to content

String type object

Philippe Proulx edited this page Mar 18, 2016 · 1 revision

A CTF null-terminated string type.

See also: Type object.

Properties

Property Type Description Required? Default value
class String Set to str or string Required N/A

Example

class: string

Generated C type

const char *

Clone this wiki locally