Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: killeven/DllToShellCode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iamasbcx/DllToShellCode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 2, 2025

  1. Initial plan

    Copilot committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    93740e0 View commit details
    Browse the repository at this point in the history
  2. Fix shellcode execution crash on Windows Server 2022

    - Fix TLS callback iteration bug: check *callback != 0 instead of callback != 0
    - Fix circular linked list handling in get_kernel32_base() to prevent infinite loop
    - Add null pointer check for BaseDllName.pBuffer before hash calculation
    - Fix export function search to use NumberOfNames instead of NumberOfFunctions
    - Fix DllMain entry point check to verify AddressOfEntryPoint != 0
    
    Co-authored-by: iamasbcx <34831834+iamasbcx@users.noreply.github.com>
    Copilot and iamasbcx committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    3467d22 View commit details
    Browse the repository at this point in the history
  3. Add null check for dllmain function pointer

    Co-authored-by: iamasbcx <34831834+iamasbcx@users.noreply.github.com>
    Copilot and iamasbcx committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    4f114a5 View commit details
    Browse the repository at this point in the history
  4. Complete analysis and fixes for Server 2022 crash

    Co-authored-by: iamasbcx <34831834+iamasbcx@users.noreply.github.com>
    Copilot and iamasbcx committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    23f6175 View commit details
    Browse the repository at this point in the history
  5. Remove codeql artifact and add to gitignore

    Co-authored-by: iamasbcx <34831834+iamasbcx@users.noreply.github.com>
    Copilot and iamasbcx committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    3710084 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from iamasbcx/copilot/analyze-dll-to-shellcode-…

    …issue
    
    [WIP] Analyze DLL to shellcode execution crash on Server 2022
    iamasbcx authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    ca973bb View commit details
    Browse the repository at this point in the history
Loading