-
Merge pull request #40 from paboldin/master
misc0110 committedJan 15, 2018 Fix links in researchers list, add self
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Fix links in researchers list, add self
paboldin committedJan 14, 2018 Hey, I can do the trick too! Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
-
Merge pull request #37 from raphaelsc/patch-2
misc0110 committedJan 13, 2018 replace my tweet by a more interesting one
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
replace my tweet by a more interesting one
raphaelsc committedJan 13, 2018 This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #35 from paboldin/fix/setjmp
misc0110 committedJan 13, 2018 `setjmp` returns 0 on first call, `longjmp` later
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #34 from paboldin/fix/make-cflags
misc0110 committedJan 13, 2018 allow for additional CFLAGS for `make`
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #33 from paboldin/fix/memdump-size-sigint
misc0110 committedJan 13, 2018 memdump: specify size or interrupt by SIGINT
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #32 from paboldin/fix/libkdump-debug
misc0110 committedJan 13, 2018 libkdump: add debug for output
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
memdump: specify size or interrupt by SIGINT
paboldin committedJan 12, 2018 Add size limit for memdump or interrupt it by SIGINT, it will exit gracefully. Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
-
allow for additional CFLAGS for `make`
paboldin committedJan 12, 2018 Append our `CFLAGS` to those given by user to the `make`. Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
-
libkdump: add debug for output
paboldin committedJan 12, 2018 Add reader's attempts debug. Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
-
misc0110 committed
Jan 13, 2018 -
Merge pull request #31 from lukaszgryglicki/master
misc0110 committedJan 13, 2018 README 'libkdump_init' call update for KASLR
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
README 'libkdump_init' call update for KASLR
lukaszgryglicki committedJan 13, 2018 Signed-off-by: Lukasz Gryglicki <lukaszgryglicki@o2.pl>
-
`setjmp` returns 0 on first call, `longjmp` later
paboldin committedJan 12, 2018 For the signal handler we don't need `run` variable since `setjmp` returns zero for first call (that sets the frame) and whatever `longjmp` is called with afterwards. Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
-
kernel module to get kaslr offset
misc0110 committedJan 10, 2018 -
misc0110 committed
Jan 10, 2018 -
misc0110 committed
Jan 10, 2018 -
Merge pull request #18 from paboldin/fix/rdtsc-i386
misc0110 committedJan 10, 2018 fix rdtsc for i386
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
paboldin committed
Jan 10, 2018 Inline ASM on i386 has a "A" [1] convention that constructs 64-bit value from eax:edx. [1] https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
-
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #12 from styfle/patch-1
misc0110 committedJan 10, 2018 Update readme with link to videos
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #5 from raphaelsc/patch-1
misc0110 committedJan 10, 2018 add build dependency for demos in README
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #7 from raphaelsc/x86_32
misc0110 committedJan 10, 2018 Add support to x86-32 platform
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Add support to x86-32 platform
raphaelsc committedJan 9, 2018 Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
-
Update readme with link to videos
styfle committedJan 9, 2018 The mp4 links forced the user to download the file before watching. The new links use a CDN to set the proper headers and allow the browser to display the video.
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits