Skip to content

Instantly share code, notes, and snippets.

View skyclad0x7b7's full-sized avatar

David Jeon skyclad0x7b7

View GitHub Profile
@skyclad0x7b7
skyclad0x7b7 / WriteFileHook.cpp
Last active June 27, 2023 15:52
Source code of DLL hooking WriteFile API in Windows x86, x64 Platform
// The MIT License
// Copyright (c) 2019 Sanghyeon Jeon
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
@skyclad0x7b7
skyclad0x7b7 / IDAPythonUtils.py
Created December 6, 2018 06:34
IDAPython Utils
# The MIT License (MIT)
# Copyright (C) 2018 5kyc1ad
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
@skyclad0x7b7
skyclad0x7b7 / PyCLDecryptor.cpp
Created November 27, 2018 07:44
PyCL Ransomware decryptor (Need decryption key, read: http://5kyc1ad.tistory.com/331)
/*
The MIT License (MIT)
Copyright (C) 2018 5kyc1ad
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@skyclad0x7b7
skyclad0x7b7 / NaverMailCrawler.py
Last active December 7, 2020 04:30
Simple Naver Mail Crawler using Python 2.7, selenium, BeautifulSoup4
# The MIT License
#
# Copyright (c) 2018 Sanghyeon Jeon
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The MIT License
#
# Copyright (c) 2018 Sanghyeon Jeon
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: