Military-axe

Results 3 issues of Military-axe

`cargo build --release` 编译遇到问题了 ![image-20210609075335753.png](https://i.loli.net/2021/06/09/iUrz7tOCokPBNJZ.png)

当pyc过大的时候会出现这样的一个情况 ```python ~/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函数不可用

I try to build it, but i get a error when i run `make art` in elvm. my env version system version: `ubuntu22.04` make version: ``` GNU Make 4.3 Built...