JunWei Song

Results 9 issues of JunWei Song

Fix the typos in 010editor in DEX Adler32 checksum.

The Debian package of Kali Linux has been outdated since the last time upload and needs to be updated and repackaged as a Debian installation package. Maybe we can build...

issue-processing-state-02

Currently, Quark uses our own Dalvik bytecode loader. Basically, it simulates the operation of the Real Android Dalvik virtual machine, but we only record the usage status of each register....

enhancement
issue-processing-state-01

[Byterun](https://github.com/nedbat/byterun) is a Python interpreter implemented in Python. In its [implementation](https://github.com/nedbat/byterun/blob/31e6c4a8212c35b5157919abff43a7daa0f377c6/byterun/pyvm2.py#L216-L236), the built-in function of `getattr` is used to call the corresponding bytecode instruction, which is Python's dynamic method lookup...

enhancement
issue-processing-state-04

### [qep 1] ### Abstract Change the existing rule format to the Yara format. ### Why YARA According to our existing rules, it is used in **JSON** format. However, This...

qep
issue-processing-state-01

According to the coding style of viper, viper will merge all the objects into the same file to reduce the number of multiple files. viper style: [objects.py ](https://github.com/viper-framework/viper/blob/master/viper/common/objects.py)

enhancement
issue-processing-state-01

Currently, Rizin's cross-reference behavior is inconsistent with Androguard. Please keep track of rizin's follow-up issue [1276](https://github.com/rizinorg/rizin/issues/1276), and help them deal with it. 1. Supporting multiple DEX 2. inconsistent behavior on...

issue-processing-state-02

Quark often encounters crashes when analyzing APKs, causing the program to exit unexpectedly. A better solution is below: 1. Use a Try-Catch block where there may be potential errors that...

enhancement
issue-processing-state-02

Hello Mariatta, We would like to express our appreciation to you for the tutorial you make for the Github bot, it is really helpful. Based on your tutorial, we created...