Git Product home page Git Product logo

memorymodulepp's Introduction

Hi there 👋

  • 🔭 二进制攻防、逆向、恶意代码分析
  • ⚡ 安全产品研发,红队武器库研发
  • 🌱 深耕终端安全和数据安全领域
  • 💬 qqmail: 79884260###qq.com @ 替换 ###

memorymodulepp's People

Contributors

strivexjun 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

memorymodulepp's Issues

Feature : .Net CLR Inititlaiztion

This library is the best pe loader I've found thanks for your contribution, I was just thinking it would be great if you add .net support, I have not so much information but I know before loading .net dlls with export clr.dll gets initialized, It should be possible to add it to the MMPP, It will be great if you can implement it.

Thanks

Map Ntdll.dll failed!

Hi, try to map ntdll.dll into memory, but failed with calling Wow64cpu.dll.

4B2F1F10 B8 A7010000 mov eax,0x1A7
4B2F1F15 BA F04F304B mov edx,0x4B304FF0
4B2F1F1A FFD2 call edx
4B2F1F1C C2 1000 retn 0x10

4B304FF0 FF25 28423A4B jmp dword ptr ds:[0x4B3A4228]

4B3A4228 00000000

4B3A4228, its dword should be dest to Wow64Cpu.dll memory "jmp far 0x0033:0x77806009" or some address to it.
But it's empty. And how to fix it ?

found a way to fix it manually.

SEH handler gets installed after DLLMain() call

The optional SEH handler local implementation of RtlInsertInvertedFunctionTable() is called after the DLLMain() gets called in LdrMapDllMemory.

If an exception happens in DLLMain() it won't be caught (and thus becomes "unhandled").

It would be better to have the exception handler be installed before DLLMain() and is default behavior for the OS 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.