-
-
FunSize
... no additional information. Instead, provide messages for low-level
data types (`int`, `NSRect`, `CATransform3D`, etc).
* Replace absurdly long messages. ... a compiled copy of FunSize. The same
applies to structs, typedefs, and anything else that isn't a ...
-
mpl11
... C++ types and morphisms
> are structs with a nested `apply` template.
## Datatypes and data constructors
At compile-time, a ... -is in lazy metafunctions. Let's rewrite the
previous data constructors that way:
```cpp
template
struct ...
-
ida-efiutils
... a collection of type and structure definitions for EFI
5. `structs.idc` - An IDC script containing some struct definitions (superseded by ... IDA Pro
2. Import `behemoth.h` to define the necessary data structures
3. Add the structures from local types to ...
-
CppChipmunk
... a work in progress and there is likely bugs.
Access to the pointer to the wrapped structs are provided through the function 'get()',
however the field 'data' may not be written to since that is the pointer ...
-
wrapfs-aops
... .
To support aops, I have added the following two structs:
In mmap.c :
const struct address_space_operations wrapfs_mmap_aops = {
.readpage = ... same as unionfs. When crypt is enabled,
before writing data back to the lower file, it is encrypted and ...
-
cerebrum
...
unmarshaling of the module names is done by hand e.g. using structs (which is
not too bad considering the simple data format).
### Module support functions
There are a few python functions which can be used from module ...
-
BBL
... .txt".
haskellParsingSmall:
- run the "haskellParsingSmall" executable.
cStructDumper:
- To write the databse to c structs for autocomplete, run the "CStructDumper"
executable with the "progressDB.txt" file in its ...
-
pacman
... distributed and installed on systems with the library. Only
structures, data and functions declared within this file are made available ... for enum values are now ALPM_
- pm prefixes for structs and enums are now alpm_
- alpm_initialize now has parameters: ...
-
ref
... f(void *ptr)" for internal pointers.
// 4. Code for initialization, all other data is set to 0.
gcInit(point, c, NULL, .x = a-> ...
4 THINGS TO REMEMBER
1. Add garbage collected pointers to other structs right after "ref ref;".
This allows one to set 'ref. ...
-
xmlrpc
... array decoded to slice;
* structs decoded following the rules described in previous section;
* datetime.iso8601 decoded as time.Time data type;
* base64 decoded to string.
## Implementation details
xmlrpc package contains clientCodec ...
-