Rizin
unix-like reverse engineering framework and cli tools
zip_source_file_win32_ansi.c File Reference

Go to the source code of this file.

Functions

static char * ansi_allocate_tempname (const char *name, size_t extra_chars, size_t *lengthp)
 
static void ansi_make_tempname (char *buf, size_t len, const char *name, zip_uint32_t i)
 
ZIP_EXTERN zip_source_tzip_source_win32a (zip_t *za, const char *fname, zip_uint64_t start, zip_int64_t len)
 
ZIP_EXTERN zip_source_tzip_source_win32a_create (const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error)
 

Variables

zip_win32_file_operations_t ops_ansi
 

Function Documentation

◆ ansi_allocate_tempname()

static char * ansi_allocate_tempname ( const char *  name,
size_t  extra_chars,
size_t lengthp 
)
static

Definition at line 76 of file zip_source_file_win32_ansi.c.

76  {
77  *lengthp = strlen(name) + extra_chars;
78  return (char *)malloc(*lengthp);
79 }
void * malloc(size_t size)
Definition: malloc.c:123
Definition: z80asm.h:102

References malloc().

◆ ansi_make_tempname()

static void ansi_make_tempname ( char *  buf,
size_t  len,
const char *  name,
zip_uint32_t  i 
)
static

Definition at line 83 of file zip_source_file_win32_ansi.c.

83  {
84  snprintf(buf, len, "%s.%08x", name, i);
85 }
size_t len
Definition: 6502dis.c:15
lzma_index ** i
Definition: index.h:629
voidpf void * buf
Definition: ioapi.h:138
snprintf
Definition: kernel.h:364

References i, len, and snprintf.

◆ zip_source_win32a()

ZIP_EXTERN zip_source_t* zip_source_win32a ( zip_t za,
const char *  fname,
zip_uint64_t  start,
zip_int64_t  len 
)

Definition at line 56 of file zip_source_file_win32_ansi.c.

56  {
57  if (za == NULL)
58  return NULL;
59 
61 }
#define NULL
Definition: cris-opc.c:27
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void start
Definition: sflib.h:133
zip_error_t error
Definition: zipint.h:281
ZIP_EXTERN zip_source_t * zip_source_win32a_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error)
zip_t * za
Definition: ziptool.c:79

References zip::error, create_tags_rz::fname, len, NULL, start, za, and zip_source_win32a_create().

◆ zip_source_win32a_create()

ZIP_EXTERN zip_source_t* zip_source_win32a_create ( const char *  fname,
zip_uint64_t  start,
zip_int64_t  length,
zip_error_t error 
)

Definition at line 65 of file zip_source_file_win32_ansi.c.

65  {
66  if (fname == NULL || length < -1) {
68  return NULL;
69  }
70 
72 }
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
Definition: sflib.h:133
ZIP_EXTERN void zip_error_set(zip_error_t *_Nullable, int, int)
Definition: zip_error.c:126
#define ZIP_ER_INVAL
Definition: zip.h:123
void error(const char *msg)
Definition: untgz.c:593
zip_source_t * zip_source_file_common_new(const char *fname, void *file, zip_uint64_t start, zip_int64_t len, const zip_stat_t *st, zip_source_file_operations_t *ops, void *ops_userdata, zip_error_t *error)
zip_source_file_operations_t _zip_source_file_win32_named_ops
zip_win32_file_operations_t ops_ansi

References _zip_source_file_win32_named_ops, error(), create_tags_rz::fname, length, NULL, ops_ansi, start, ZIP_ER_INVAL, zip_error_set(), and zip_source_file_common_new().

Referenced by zip_source_win32a().

Variable Documentation

◆ ops_ansi

Initial value:
= {
CreateFileA,
DeleteFileA,
GetFileAttributesA,
GetFileAttributesExA,
MoveFileExA,
SetFileAttributesA,
}
return strdup("=SP r13\n" "=LR r14\n" "=PC r15\n" "=A0 r0\n" "=A1 r1\n" "=A2 r2\n" "=A3 r3\n" "=ZF zf\n" "=SF nf\n" "=OF vf\n" "=CF cf\n" "=SN or0\n" "gpr lr .32 56 0\n" "gpr pc .32 60 0\n" "gpr cpsr .32 64 0 ____tfiae_________________qvczn\n" "gpr or0 .32 68 0\n" "gpr tf .1 64.5 0 thumb\n" "gpr ef .1 64.9 0 endian\n" "gpr jf .1 64.24 0 java\n" "gpr qf .1 64.27 0 sticky_overflow\n" "gpr vf .1 64.28 0 overflow\n" "gpr cf .1 64.29 0 carry\n" "gpr zf .1 64.30 0 zero\n" "gpr nf .1 64.31 0 negative\n" "gpr itc .4 64.10 0 if_then_count\n" "gpr gef .4 64.16 0 great_or_equal\n" "gpr r0 .32 0 0\n" "gpr r1 .32 4 0\n" "gpr r2 .32 8 0\n" "gpr r3 .32 12 0\n" "gpr r4 .32 16 0\n" "gpr r5 .32 20 0\n" "gpr r6 .32 24 0\n" "gpr r7 .32 28 0\n" "gpr r8 .32 32 0\n" "gpr r9 .32 36 0\n" "gpr r10 .32 40 0\n" "gpr r11 .32 44 0\n" "gpr r12 .32 48 0\n" "gpr r13 .32 52 0\n" "gpr r14 .32 56 0\n" "gpr r15 .32 60 0\n" "gpr r16 .32 64 0\n" "gpr r17 .32 68 0\n")
static void ansi_make_tempname(char *buf, size_t len, const char *name, zip_uint32_t i)
static char * ansi_allocate_tempname(const char *name, size_t extra_chars, size_t *lengthp)

Definition at line 41 of file zip_source_file_win32_ansi.c.

Referenced by zip_source_win32a_create().