![]() |
Bsoft 2.1.4
Bernard's software package
|
Program to read file contents directly and poke single values. More...
Functions | |
int | show_block (size_t start, size_t size, unsigned char *buf) |
int | show_block_hex (size_t start, size_t size, unsigned char *buf) |
int | show_char (size_t start, size_t size, unsigned char *buf) |
int | swap_block (size_t size, size_t nbytes, unsigned char *buf) |
int | show_table (size_t start, size_t size, unsigned char *buf) |
int | show_structure (size_t start, size_t size, int swap, char *strdef, unsigned char *buf) |
int | show_eer (size_t start, size_t size, unsigned char *buf) |
int | poke_value (fstream *fin, size_t loc, char typechar, double value) |
int | find_string (const char *string, size_t start, size_t size, unsigned char *buf) |
int | replace (fstream *fin, char *rstring1, char *rstring2) |
char * | string2byte (char *string) |
size_t | string_bytes (char *string) |
int | main (int argc, char **argv) |
int | show_bits (unsigned long val) |
int | show_code (unsigned long code) |
int | shift_right (unsigned long &bits, long n) |
Variables | |
int | verbose |
const char * | use [] |
Program to read file contents directly and poke single values.
int find_string | ( | const char * | string, |
size_t | start, | ||
size_t | size, | ||
unsigned char * | buf | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
int poke_value | ( | fstream * | fin, |
size_t | loc, | ||
char | typechar, | ||
double | value | ||
) |
int replace | ( | fstream * | fin, |
char * | rstring1, | ||
char * | rstring2 | ||
) |
int shift_right | ( | unsigned long & | bits, |
long | n | ||
) |
int show_bits | ( | unsigned long | val | ) |
int show_block | ( | size_t | start, |
size_t | size, | ||
unsigned char * | buf | ||
) |
int show_block_hex | ( | size_t | start, |
size_t | size, | ||
unsigned char * | buf | ||
) |
int show_char | ( | size_t | start, |
size_t | size, | ||
unsigned char * | buf | ||
) |
int show_code | ( | unsigned long | code | ) |
int show_eer | ( | size_t | start, |
size_t | size, | ||
unsigned char * | buf | ||
) |
int show_structure | ( | size_t | start, |
size_t | size, | ||
int | swap, | ||
char * | strdef, | ||
unsigned char * | buf | ||
) |
int show_table | ( | size_t | start, |
size_t | size, | ||
unsigned char * | buf | ||
) |
char * string2byte | ( | char * | string | ) |
size_t string_bytes | ( | char * | string | ) |
int swap_block | ( | size_t | size, |
size_t | nbytes, | ||
unsigned char * | buf | ||
) |
const char* use[] |
|
extern |