Giter Site home page Giter Site logo

shellcodecompiler's People

Contributors

alkis-christidis avatar nytrorst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shellcodecompiler's Issues

hope add function

hope add function declarations and variable declaration,that is really, really useful

nice work!

this looks very cool, congrats!

just a comment: instead of relying on external assembler tool (nasm), what do you think about using Keystone framework (http://keystone-engine.org)?

keep it up, cheers!

ASMHeader::GetASMHeader BUG

For the "CLR process", it is not KERNEL32 that comes after the NTDLL module, but rather "MSCOREE", and it is this that leads to the later execution error

Here is a fix for win86 and win64, by matching "KERNEL32", in the first "KERN" to determine whether you need to continue recursive

8B 48 28 81 39 4B 00 45 00 75 F3 81 79 04 52 00 4E 00 75 EA

079B0167                 | 96                       | xchg esi,eax                                       |
079B0168                 | AD                       | lodsd                                              |
079B0169                 | 8B48 28                  | mov ecx,dword ptr ds:[eax+28]                      |
079B016C                 | 8139 4B004500            | cmp dword ptr ds:[ecx],45004B                      |
079B0172                 | 75 F3                    | jne 79B0167                                        |
079B0174                 | 8179 04 52004E00         | cmp dword ptr ds:[ecx+4],4E0052                    |
079B017B                 | 75 EA                    | jne 79B0167                                        |
48 8B 48 50 81 39 4B 00 45 00 75 F0 81 79 04 52 00 4E 00 75 E7

000001D9A0720095     | 48:96                            | xchg rsi,rax                            |
000001D9A0720097     | 48:AD                            | lodsq                                   |
000001D9A0720099     | 48:8B48 50                       | mov rcx,qword ptr ds:[rax+50]           |
000001D9A072009D     | 8139 4B004500                    | cmp dword ptr ds:[rcx],45004B           |
000001D9A07200A3     | 75 F0                            | jne 1D9A0720095                         |
000001D9A07200A5     | 8179 04 52004E00                 | cmp dword ptr ds:[rcx+4],4E0052         |
000001D9A07200AC     | 75 E7                            | jne 1D9A0720095                         |

x64 shellcodes

Hi,

First of all, kudos for the awesome work.
Are you planning to add x64 shellcode generation functionality too?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.