Git Product home page Git Product logo

python-x86-obfuscator's People

Contributors

kgretzky 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

python-x86-obfuscator's Issues

capstone instead of distorm3

Read it, http://www.capstone-engine.org/BHUSA2014-capstone.pdf

import distorm3
from capstone import *
from binascii import hexlify

print distorm3.Decode(0, "\x41", distorm3.Decode32Bits)

md = Cs(CS_ARCH_X86, CS_MODE_32)
for i in md.disasm("\x41", 0x00):
    `print [(i.address, i.size, (i.mnemonic+" "+i.op_str), hexlify(i.bytes))]

  //distorm3 :  [(0L, 1L, 'INC ECX', '41')]
  //capstone :  [(0L, 1, u'inc ecx', '41')]

Ref : https://github.com/aquynh/capstone
Ref : http://www.capstone-engine.org/lang_python.html

Need help ?

If you need any help about this project you got me.Also i can supply polymorphism/metamorphism source for research.Pm me via email.

ETA on next blog post?

Hey, do you know when you'll release the next section of the project on your blog? I'm porting it to c and I'm waiting to port most of it to avoid having to rewrite it.

Licensing

Hey,

There's no license I can find anywhere. I would like to use this project as part of a larger project I am working on. Is this possible?

request make your app az honeypot

Hello does it possible to make your app as honeypot?
is it possible that capture malware with your app? as you know dionaea Honeypot is too old.

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.