GithubHelp home page GithubHelp logo

pyc_obscure's People

Contributors

marryjianjian 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

Watchers

 avatar

pyc_obscure's Issues

Error

Traceback (most recent call last):
File "C:\Users\p3tt3\OneDrive\Desktop\Nuova cartella (7)\obf.py", line 4, in
obs.basic_obscure()
File "C:\Users\p3tt3\OneDrive\Desktop\Nuova cartella (7)\pyc_obscure.py", line 146, in basic_obscure
self.co = self.new_code_object(code=res)
File "C:\Users\p3tt3\OneDrive\Desktop\Nuova cartella (7)\pyc_obscure.py", line 119, in new_code_object
return types.CodeType(
TypeError: 'bytes' object cannot be interpreted as an integer

pyc文件过大导致报错

当pyc过大的时候会出现这样的一个情况

~/Documents/CTF/llh_9.08_re/re3/源码/pyc_obscure.py in _gen_obs37_opcode_from_offset(self, offset)
     64 
     65     def _gen_obs37_opcode_from_offset(self, offset):
...
---> 66         return bytes((opcode.opmap['JUMP_ABSOLUTE'], offset + 4)) + os.urandom(2)
     67 
     68     def _get_obs_instr(self, offset):

offset过大,导致bytes函数不可用

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.