|
|
@4837
|
7 years |
wisk |
add relocate_hook to improve api hooking, fix dll name string …
|
|
|
@4836
|
7 years |
Sam Hocevar |
build: fix compilation by including <wchar.h> and checking for regwexec.
|
|
|
@4835
|
7 years |
Sam Hocevar |
cosmetic: get rid of CRLF line endings.
|
|
|
@4834
|
7 years |
wisk |
add new hook for windows (CreateFileMapping?(A|W), MapViewOfFile?, …
|
|
|
@4833
|
7 years |
wisk |
port zzuf to win64 (amd64)
|
|
|
@4832
|
7 years |
wisk |
add regex feature for win32
|
|
|
@4831
|
7 years |
wisk |
change the method of hooking, now we disassemble the beginning of the …
|
|
|
@4830
|
7 years |
wisk |
start to implement hotpatch hook on win32 port, but some API don't …
|
|
|
@4829
|
7 years |
wisk |
win32 port starts to fuzz executable (only few functions related to …
|
|
|
@4828
|
7 years |
wisk |
fix tmp file creation on win32, start to implement handling of win32 …
|
|
|
@4827
|
7 years |
wisk |
on win32, use a named pipe and IOCP to read stdout, stderr and debugfd …
|
|
|
@4826
|
7 years |
wisk |
|
|
|
@4813
|
7 years |
Sam Hocevar |
win32: add debug information to the function diversion code.
|
|
|
@4810
|
8 years |
Sam Hocevar |
linux: fix a few compilation warnings.
|
|
|
@4809
|
8 years |
Sam Hocevar |
Fix a weird problem with lib6 versioned symbols.
|
|
|
@4808
|
8 years |
Sam Hocevar |
osx: do not enforce flat namespace in copy mode on OS X.
|
|
|
@4729
|
9 years |
Sam Hocevar |
Win64 support in the VS solution.
|
|
|
@4685
|
9 years |
Sam Hocevar |
Fix wrong pointer types in the network range structures.
|
|
|
@4684
|
9 years |
Sam Hocevar |
Fix line endings.
|
|
|
@4683
|
9 years |
Sam Hocevar |
Get rid of the getopt reimplementation and depend on libcaca instead.
|
|
|
@4676
|
9 years |
Sam Hocevar |
Implement ReOpenFile? and fix a few Win32 compilation warnings.
|
|
|
@4675
|
9 years |
Sam Hocevar |
Fix Win32 intermediate build directories.
|
|
|
@4674
|
9 years |
Sam Hocevar |
Fix missing ZZUF_DEBUGFD passing and debug function availability.
|
|
|
@4673
|
9 years |
Sam Hocevar |
Fix a bug in the %i formatting and implement %S.
|
|
|
@4672
|
9 years |
Sam Hocevar |
Get the debug channel to work on Win32.
|
|
|
@4671
|
9 years |
Sam Hocevar |
Treat %x arguments as unsigned in the printf reimplementation.
|
|
|
@4670
|
9 years |
Sam Hocevar |
Fix the printf reimplementation to properly handle INT_MIN.
|
|
|
@4669
|
9 years |
Sam Hocevar |
Disable select() on Win32. It is not supported on non-sockets.
|
|
|
@4668
|
9 years |
Sam Hocevar |
Remove useless PARENT_FD/CHILD_FD hack.
|
|
|
@4667
|
9 years |
Sam Hocevar |
Make it easier to dynamically allocate the debug filedescriptor later.
|
|
|
@4666
|
9 years |
Sam Hocevar |
Filedescriptor 0 is the debug channel, not stdin! Fix that.
|
|
|
@4665
|
9 years |
Sam Hocevar |
Proper child command line construction on Win32. There is no need
to …
|
|
|
@4664
|
9 years |
Sam Hocevar |
Inherit stdin/stdout/stderr in the child process under Win32.
|
|
|
@4663
|
9 years |
Sam Hocevar |
Remove useless code for Win32 diversions.
|
|
|
@4662
|
9 years |
Sam Hocevar |
Mark diverted Win32 functions as stdcall, it's the correct calling …
|
|
|
@4661
|
9 years |
Sam Hocevar |
Divert ReadFile?() and CloseHandle?().
|
|
|
@4660
|
9 years |
Sam Hocevar |
Drop Visual Studio 2008 support and require the 2010 version. The
2010 …
|
|
|
@4659
|
9 years |
Sam Hocevar |
Fix compilation warnings on Win32.
|
|
|
@4658
|
9 years |
Sam Hocevar |
Divert CreateFileW in addition to CreateFileA.
|
|
|
@4657
|
9 years |
Sam Hocevar |
Fix the Linux build to accomodate with the new Win32 features.
|
|
|
@4656
|
9 years |
Sam Hocevar |
CreateFile?() diversion proof of concept.
|
|
|
@4655
|
9 years |
Sam Hocevar |
Add a mechanism for Win32 diversions.
|
|
|
@4654
|
9 years |
Sam Hocevar |
Fix a bug caused by undefined function call precedence.
|
|
|
@4653
|
9 years |
Sam Hocevar |
Fix zzat compilation on Win32 and create a .vcxproj file for it.
|
|
|
@4652
|
9 years |
Sam Hocevar |
Minor Win32 code simplification in sys.c.
|
|
|
@4651
|
9 years |
Sam Hocevar |
Divert AttachConsole?() and AllocConsole?() for debugging purposes.
|
|
|
@4650
|
9 years |
Sam Hocevar |
Full support for ASLR in the Win32 loader.
|
|
|
@4649
|
9 years |
Sam Hocevar |
Refactor the DLL initialisation code to allow several diversions.
|
|
|
@4648
|
9 years |
Sam Hocevar |
Improve the DLL injection code. Now seems to work rather
well under …
|
|
|
@4647
|
9 years |
Sam Hocevar |
Do not build ASLR binaries on Windows for now.
|
|
|
@4646
|
9 years |
Sam Hocevar |
Fix Win32 build.
|
|
|
@4645
|
9 years |
Sam Hocevar |
Add a few comments in the code for new Win32 strategies.
|
|
|
@4394
|
10 years |
Sam Hocevar |
Make check-zzuf-r-ratio slightly more tolerant.
|
|
|
@4393
|
10 years |
Sam Hocevar |
New operating mode "copy". It uses temporary files instead of …
|
|
|
@4388
|
10 years |
Sam Hocevar |
Grammar.
|
|
|
@4378
|
10 years |
Sam Hocevar |
Add a regression test for our Gentoo fread_chk() bug.
|
|
|
@4377
|
10 years |
Sam Hocevar |
Fix old typos in check-utils.
|
|
|
@4376
|
10 years |
Sam Hocevar |
Add fortify versions of libc calls to zzat.
|
|
|
@4375
|
10 years |
Sam Hocevar |
Fortify functions actually have extra arguments. Fix that.
|
|
|
@4374
|
10 years |
Sam Hocevar |
Update TODO list.
|
|
|
@4373
|
10 years |
Sam Hocevar |
Revert any potential overriding macro before declaring a new function.
|
|
|
@4372
|
10 years |
Sam Hocevar |
Add support for fortified glibc functions (fgets_chk, read_chk, etc.).
|
|
|
@4364
|
10 years |
Sam Hocevar |
Rename zzcat to zzat to avoid conflicts with zziplib.
|
|
|
@4358
|
10 years |
Sam Hocevar |
Clean up ChangeLog? generation.
|
|
|
@4357
|
10 years |
Sam Hocevar |
Split check-build into check-source and check-win32.
|
|
|
@4319
|
10 years |
Sam Hocevar |
Add an OS X build script that generates fat binaries.
|
|
|
@4315
|
10 years |
Sam Hocevar |
Add missing svn:ignore properties.
|
|
|
@4314
|
10 years |
Sam Hocevar |
On OS X, resident_size is actually in bytes, not pages. Fixing
memory …
|
|
|
@4311
|
10 years |
Sam Hocevar |
Preparing zzuf-0.13 release.
|
|
|
@4310
|
10 years |
Sam Hocevar |
Minor testsuite behaviour updates.
|
|
|
@4309
|
10 years |
Sam Hocevar |
Simplify ChangeLog? output.
|
|
|
@4308
|
10 years |
Sam Hocevar |
Properly document the -a flag.
|
|
|
@4291
|
10 years |
Sam Hocevar |
Fix a regression in myfork.c causing build failures when libtool does …
|
|
|
@4290
|
10 years |
Sam Hocevar |
Use LD_PRELOAD_32 on OpenSolaris? i386.
|
|
|
@4289
|
10 years |
Sam Hocevar |
Add a debug mode to zzcat.
|
|
|
@4288
|
10 years |
Sam Hocevar |
Fix a buffer overflow in zzcat.
|
|
|
@4287
|
10 years |
Sam Hocevar |
Fix testsuite behaviour on OpenSolaris? /bin/sh.
|
|
|
@4286
|
10 years |
Sam Hocevar |
Fix compilation warnings and errors on OpenSolaris? caused by a few of …
|
|
|
@4285
|
10 years |
Sam Hocevar |
Improve the OpenSolaris? port: support for FILE structures, and a few …
|
|
|
@4284
|
10 years |
Sam Hocevar |
Don't try to use waitpid() information on Win32.
|
|
|
@4283
|
10 years |
Sam Hocevar |
Drop atoll() usage. It's not portable.
|
|
|
@4282
|
10 years |
Sam Hocevar |
Fix memory limitation method on OS X (page size was ignored) and other …
|
|
|
@4281
|
10 years |
Sam Hocevar |
Fix a bug in the -s test script that failed to detect failures.
|
|
|
@4280
|
10 years |
Sam Hocevar |
Prepare for zzuf 0.13. Soon.
|
|
|
@4279
|
10 years |
Sam Hocevar |
Add a check-zzuf-s-seed that tests whether all bits in a sequence have …
|
|
|
@4278
|
10 years |
Sam Hocevar |
Add a -r flag to zzcat to repeatedly cat file lists.
|
|
|
@4277
|
10 years |
Sam Hocevar |
In verbose mode, tell when a process exits.
|
|
|
@4274
|
10 years |
Sam Hocevar |
Improve zzcat's manual page. Fixes #75.
|
|
|
@4273
|
10 years |
Sam Hocevar |
Fix zzcat's -s flag. It must propagate to the next file.
|
|
|
@4272
|
10 years |
Sam Hocevar |
Rename check-flag-# tests to check-zzuf-#-#### with the option's long …
|
|
|
@4271
|
10 years |
Sam Hocevar |
Implement zzcat -s (squeeze empty lines).
|
|
|
@4270
|
10 years |
Sam Hocevar |
Implement zzcat -b and -n. Fixes #74.
|
|
|
@4269
|
10 years |
Sam Hocevar |
Avoid leading zeroes in the unit tests' initial random seed.
|
|
|
@4268
|
10 years |
Sam Hocevar |
Rename check-memory to check-flag-M and check-rng to check-flag-r.
|
|
|
@4267
|
10 years |
Sam Hocevar |
Add a check-flag-f test.
|
|
|
@4266
|
10 years |
Sam Hocevar |
Add a check-flag-A test and rename check-md5 to check-flag-m.
|
|
|
@4265
|
10 years |
Sam Hocevar |
Add informative messages about why we exit the main loop.
|
|
|
@4264
|
10 years |
Sam Hocevar |
Rename -t/--max-time to -U/--max-usertime, and add -t/--max-time to …
|
|
|
@4263
|
10 years |
Sam Hocevar |
Add CONNECT_USES_STRUCT_SOCKADDR to msvc/config.h.
|
|
|
@4262
|
10 years |
Sam Hocevar |
On HP-UX, connect(), bind() etc. do not use the struct sockaddr type …
|
|
|