|
|
@4883
|
6 years |
Sam Hocevar |
sys: fix coding style.
|
|
|
@4841
|
8 years |
wisk |
fix crash on windows 32-bit and compute_patch_size
|
|
|
@4839
|
8 years |
Sam Hocevar |
win32: add some console handling function diversions.
|
|
|
@4838
|
8 years |
Sam Hocevar |
win32: add more explicit error messages and add support for 0xb8 opcode.
|
|
|
@4837
|
8 years |
wisk |
add relocate_hook to improve api hooking, fix dll name string …
|
|
|
@4836
|
8 years |
Sam Hocevar |
build: fix compilation by including <wchar.h> and checking for regwexec.
|
|
|
@4835
|
8 years |
Sam Hocevar |
cosmetic: get rid of CRLF line endings.
|
|
|
@4834
|
8 years |
wisk |
add new hook for windows (CreateFileMapping?(A|W), MapViewOfFile?, …
|
|
|
@4833
|
8 years |
wisk |
port zzuf to win64 (amd64)
|
|
|
@4832
|
8 years |
wisk |
add regex feature for win32
|
|
|
@4831
|
8 years |
wisk |
change the method of hooking, now we disassemble the beginning of the …
|
|
|
@4830
|
9 years |
wisk |
start to implement hotpatch hook on win32 port, but some API don't …
|
|
|
@4829
|
9 years |
wisk |
win32 port starts to fuzz executable (only few functions related to …
|
|
|
@4828
|
9 years |
wisk |
fix tmp file creation on win32, start to implement handling of win32 …
|
|
|
@4827
|
9 years |
wisk |
on win32, use a named pipe and IOCP to read stdout, stderr and debugfd …
|
|
|
@4826
|
9 years |
wisk |
|
|
|
@4813
|
9 years |
Sam Hocevar |
win32: add debug information to the function diversion code.
|
|
|
@4810
|
9 years |
Sam Hocevar |
linux: fix a few compilation warnings.
|
|
|
@4809
|
9 years |
Sam Hocevar |
Fix a weird problem with lib6 versioned symbols.
|
|
|
@4808
|
9 years |
Sam Hocevar |
osx: do not enforce flat namespace in copy mode on OS X.
|
|
|
@4685
|
10 years |
Sam Hocevar |
Fix wrong pointer types in the network range structures.
|
|
|
@4684
|
10 years |
Sam Hocevar |
Fix line endings.
|
|
|
@4683
|
10 years |
Sam Hocevar |
Get rid of the getopt reimplementation and depend on libcaca instead.
|
|
|
@4676
|
10 years |
Sam Hocevar |
Implement ReOpenFile? and fix a few Win32 compilation warnings.
|
|
|
@4674
|
10 years |
Sam Hocevar |
Fix missing ZZUF_DEBUGFD passing and debug function availability.
|
|
|
@4673
|
10 years |
Sam Hocevar |
Fix a bug in the %i formatting and implement %S.
|
|
|
@4672
|
10 years |
Sam Hocevar |
Get the debug channel to work on Win32.
|
|
|
@4671
|
10 years |
Sam Hocevar |
Treat %x arguments as unsigned in the printf reimplementation.
|
|
|
@4670
|
10 years |
Sam Hocevar |
Fix the printf reimplementation to properly handle INT_MIN.
|
|
|
@4669
|
10 years |
Sam Hocevar |
Disable select() on Win32. It is not supported on non-sockets.
|
|
|
@4668
|
10 years |
Sam Hocevar |
Remove useless PARENT_FD/CHILD_FD hack.
|
|
|
@4667
|
10 years |
Sam Hocevar |
Make it easier to dynamically allocate the debug filedescriptor later.
|
|
|
@4666
|
10 years |
Sam Hocevar |
Filedescriptor 0 is the debug channel, not stdin! Fix that.
|
|
|
@4665
|
10 years |
Sam Hocevar |
Proper child command line construction on Win32. There is no need
to …
|
|
|
@4664
|
10 years |
Sam Hocevar |
Inherit stdin/stdout/stderr in the child process under Win32.
|
|
|
@4663
|
10 years |
Sam Hocevar |
Remove useless code for Win32 diversions.
|
|
|
@4662
|
10 years |
Sam Hocevar |
Mark diverted Win32 functions as stdcall, it's the correct calling …
|
|
|
@4661
|
10 years |
Sam Hocevar |
Divert ReadFile?() and CloseHandle?().
|
|
|
@4659
|
10 years |
Sam Hocevar |
Fix compilation warnings on Win32.
|
|
|
@4658
|
10 years |
Sam Hocevar |
Divert CreateFileW in addition to CreateFileA.
|
|
|
@4657
|
10 years |
Sam Hocevar |
Fix the Linux build to accomodate with the new Win32 features.
|
|
|
@4656
|
10 years |
Sam Hocevar |
CreateFile?() diversion proof of concept.
|
|
|
@4655
|
10 years |
Sam Hocevar |
Add a mechanism for Win32 diversions.
|
|
|
@4654
|
10 years |
Sam Hocevar |
Fix a bug caused by undefined function call precedence.
|
|
|
@4653
|
10 years |
Sam Hocevar |
Fix zzat compilation on Win32 and create a .vcxproj file for it.
|
|
|
@4652
|
10 years |
Sam Hocevar |
Minor Win32 code simplification in sys.c.
|
|
|
@4651
|
10 years |
Sam Hocevar |
Divert AttachConsole?() and AllocConsole?() for debugging purposes.
|
|
|
@4650
|
10 years |
Sam Hocevar |
Full support for ASLR in the Win32 loader.
|
|
|
@4649
|
10 years |
Sam Hocevar |
Refactor the DLL initialisation code to allow several diversions.
|
|
|
@4648
|
10 years |
Sam Hocevar |
Improve the DLL injection code. Now seems to work rather
well under …
|
|
|
@4646
|
10 years |
Sam Hocevar |
Fix Win32 build.
|
|
|
@4645
|
10 years |
Sam Hocevar |
Add a few comments in the code for new Win32 strategies.
|
|
|
@4393
|
11 years |
Sam Hocevar |
New operating mode "copy". It uses temporary files instead of …
|
|
|
@4376
|
11 years |
Sam Hocevar |
Add fortify versions of libc calls to zzat.
|
|
|
@4375
|
11 years |
Sam Hocevar |
Fortify functions actually have extra arguments. Fix that.
|
|
|
@4373
|
11 years |
Sam Hocevar |
Revert any potential overriding macro before declaring a new function.
|
|
|
@4372
|
11 years |
Sam Hocevar |
Add support for fortified glibc functions (fgets_chk, read_chk, etc.).
|
|
|
@4364
|
11 years |
Sam Hocevar |
Rename zzcat to zzat to avoid conflicts with zziplib.
|
|
|
@4315
|
11 years |
Sam Hocevar |
Add missing svn:ignore properties.
|
|
|
@4314
|
11 years |
Sam Hocevar |
On OS X, resident_size is actually in bytes, not pages. Fixing
memory …
|
|
|
@4308
|
11 years |
Sam Hocevar |
Properly document the -a flag.
|
|
|
@4291
|
11 years |
Sam Hocevar |
Fix a regression in myfork.c causing build failures when libtool does …
|
|
|
@4290
|
11 years |
Sam Hocevar |
Use LD_PRELOAD_32 on OpenSolaris? i386.
|
|
|
@4289
|
11 years |
Sam Hocevar |
Add a debug mode to zzcat.
|
|
|
@4288
|
11 years |
Sam Hocevar |
Fix a buffer overflow in zzcat.
|
|
|
@4286
|
11 years |
Sam Hocevar |
Fix compilation warnings and errors on OpenSolaris? caused by a few of …
|
|
|
@4285
|
11 years |
Sam Hocevar |
Improve the OpenSolaris? port: support for FILE structures, and a few …
|
|
|
@4284
|
11 years |
Sam Hocevar |
Don't try to use waitpid() information on Win32.
|
|
|
@4283
|
11 years |
Sam Hocevar |
Drop atoll() usage. It's not portable.
|
|
|
@4282
|
11 years |
Sam Hocevar |
Fix memory limitation method on OS X (page size was ignored) and other …
|
|
|
@4278
|
11 years |
Sam Hocevar |
Add a -r flag to zzcat to repeatedly cat file lists.
|
|
|
@4277
|
11 years |
Sam Hocevar |
In verbose mode, tell when a process exits.
|
|
|
@4273
|
11 years |
Sam Hocevar |
Fix zzcat's -s flag. It must propagate to the next file.
|
|
|
@4271
|
11 years |
Sam Hocevar |
Implement zzcat -s (squeeze empty lines).
|
|
|
@4270
|
11 years |
Sam Hocevar |
Implement zzcat -b and -n. Fixes #74.
|
|
|
@4265
|
11 years |
Sam Hocevar |
Add informative messages about why we exit the main loop.
|
|
|
@4264
|
11 years |
Sam Hocevar |
Rename -t/--max-time to -U/--max-usertime, and add -t/--max-time to …
|
|
|
@4262
|
11 years |
Sam Hocevar |
On HP-UX, connect(), bind() etc. do not use the struct sockaddr type …
|
|
|
@4260
|
11 years |
Sam Hocevar |
Fix the OpenBSD port. On this platform, weird stuff happens such as …
|
|
|
@4259
|
11 years |
Sam Hocevar |
Minor zzcat refactoring.
|
|
|
@4258
|
11 years |
Sam Hocevar |
Add a workaround for OS X ignoring RLIMIT_RSS / RLIMIT_AS and …
|
|
|
@4257
|
11 years |
Sam Hocevar |
Fix fork() return value check.
|
|
|
@4255
|
11 years |
Sam Hocevar |
Improve the default zzcat sequence to improve performance.
|
|
|
@4254
|
11 years |
Sam Hocevar |
Support cat's -AeEtTv? flags in zzcat.
|
|
|
@4253
|
11 years |
Sam Hocevar |
Fix copyright information and remove Id tag everywhere.
|
|
|
@4251
|
11 years |
Sam Hocevar |
Fix compilation warning in lib-fd.c.
|
|
|
@4250
|
11 years |
Sam Hocevar |
Minor cosmetic change in the verbose debug output.
|
|
|
@4249
|
11 years |
Sam Hocevar |
Fix the FreeBSD port by not fuzzing the srget() output unless it's …
|
|
|
@4248
|
11 years |
Sam Hocevar |
Reorganise FILE structure autoconf tests.
|
|
|
@4246
|
11 years |
Sam Hocevar |
Improve zzcat documentation and add commandline flags, including …
|
|
|
@4245
|
11 years |
Sam Hocevar |
Move zzcat to the main src/ directory. It's becoming mature enough to …
|
|
|
@4239
|
11 years |
Sam Hocevar |
Deprecate --deny <list> in favour of --allow !<list>.
|
|
|
@4238
|
11 years |
Sam Hocevar |
Fix compilation warning due to kfreebsd’s fcntl.h defining FREAD.
|
|
|
@4237
|
11 years |
Sam Hocevar |
File descriptors 0 to 2 may be network sockets, don’t rule them out.
|
|
|
@4232
|
11 years |
Sam Hocevar |
Fix a bug caused by our seek() not understanding eglibc's behaviour.
|
|
|
@4231
|
11 years |
Sam Hocevar |
Fix an overflow in our printf's NULL handling with %p.
|
|
|
@4230
|
11 years |
Sam Hocevar |
Make seek() debug information more user-friendly.
|
|
|
@4224
|
11 years |
Sam Hocevar |
Avoid useless allocations in the network allow/deny code.
|
|
|
@4153
|
11 years |
Sam Hocevar |
getline() and getdelim() must return -1 if EOF was reached and no …
|
|
|
@4152
|
11 years |
Sam Hocevar |
Try to call _zz_init() as soon as possible. Otherwise, preloaded …
|
|
|