Weiqiang Zhang

44 papers B 1C 8Misc 2Journal 22Unranked 11
YearRankTypeTitle / Venue / Authors
2026 J jnl
IEEE Trans. Consumer Electron.
Xuyuan Zhang, Chen Xu, Yu Han, George Baciu, Weiqiang Zhang
2026 J jnl
IEEE Trans Autom. Sci. Eng.
Weiqiang Zhang, Lan Cheng, Jiangxia Wei, Xinying Xu, Zhe Zhang, Bin Xin
2025 J jnl
IEEE Access
Ruihong Li, Bing Ma, Fan Yang, Dezhao Lin, Weiqiang Zhang
2025 J jnl
Syst.
Jingwei Song, Jianhui Cong, Yuqing Liu, Weiqiang Zhang, Ran Liang, Jun Yang
2025 J jnl
Expert Syst. Appl.
Ya-qin Lin, Weiqiang Zhang, Quanchen Liu
2025 conf
ICBET
Xiaohui Liu, Ligang Zhou, Weiqiang Zhang, Zeguo Shao, Xiao Liu, Chen Chen
2024 conf
BioCAS
Yirui Liu, Weiqiang Zhang, Wenning Jiang, Xiao Liu
2024 J jnl
J. Adv. Comput. Intell. Intell. Informatics
Weiqiang Zhang, Lan Cheng, Xinying Xu, Zhimin Hu
2023 J jnl
IEEE Trans. Neural Networks Learn. Syst.
Min Li, Yao Zhang, Mingqing Xiao, Weiqiang Zhang, Xiaoli Sun
2022 J jnl
Connect. Sci.
Xiaoli Sun, QiWei Wang, Xiujun Zhang, Chen Xu, Weiqiang Zhang
2022 J jnl
Sensors
Zhenxin Li, Xuande Zhang, Long Xu, Weiqiang Zhang
2022 J jnl
Computer
Kunai Zhang, Yahui Liu, Weiqiang Zhang, Shaoshan Liu
2021 J jnl
Int. J. Commun. Syst.
Weiqiang Zhang, Phuong Minh Chu, Kaisi Huang, Kyungeun Cho
2021 J jnl
Neurocomputing
Min Li, Weiqiang Zhang, Mingqing Xiao, Chen Xu
2021 conf
EMBC
Weiming Wang, Bing Li, Weiqiang Zhang, Hongyi Yu, Luming Li
2020 J jnl
IEEE Access
Xuepeng Zhan, Yifang Xi, Qianwen Wang, Weiqiang Zhang, Zhigang Ji, Jiezhi Chen
2019 C conf
QRS
Weiqin Zou, Weiqiang Zhang, Xin Xia, Reid Holmes, Zhenyu Chen
2019 J jnl
J. Syst. Softw.
Weiqiang Zhang, Shing-Chi Cheung, Zhenyu Chen, Yuming Zhou, Bin Luo
2019 J jnl
J. Supercomput.
Jeongsook Chae, Yong Jin, Mingyun Wen, Weiqiang Zhang, Yunsick Sung, Kyungeun Cho
2019 J jnl
J. Supercomput.
Weiqiang Zhang, Seoungjae Cho, Jeongsook Chae, Yunsick Sung, Kyungeun Cho
2019 J jnl
Pattern Recognit.
Min Li, Yao Zhang, Mingqing Xiao, Chen Xu, Weiqiang Zhang
2018 J jnl
Int. J. Medical Informatics
Shitong Huang, Jia Li, Pengzhu Zhang, Weiqiang Zhang
2018 C conf
QRS
Weiqiang Zhang, Zhenyu Chen, Bin Luo
2017 C conf
VCIP
Wenqing Sun, Long Xu, Xin Huang, Weiqiang Zhang, Tianjiao Yuan, Yihua Yan
2017 conf
ICME Workshops
Sisi Chen, Long Xu, Lin Ma, Weiqiang Zhang, Zhuo Chen, Yihua Yan
2017 C conf
SEKE
Yabin Wang, Tieke He, Weiqiang Zhang, Chunrong Fang, Bin Luo
2017 Misc conf
ICMLC
Wenqing Sun, Long Xu, Xin Huang, Weiqiang Zhang, Tianjiao Yuan, Zhuo Chen, Yihua Yan
2016 C conf
SEKE
Zhengjie Xu, Tieke He, Weiqiang Zhang, Yabin Wang, Jia Liu, Zhenyu Chen
2015 B conf
COMPSAC
Weiqin Zou, Xin Xia, Weiqiang Zhang, Zhenyu Chen, David Lo
2015 conf
QRS Companion
Yilin Qiu, Weiqiang Zhang, Weiqin Zou, Jia Liu, Qin Liu
2014 C conf
CIS
Jiqiang Feng, Chen Xu, Weiqiang Zhang
2014 J jnl
Sci. China Inf. Sci.
Weiqiang Zhang, Liming Nie, He Jiang, Zhenyu Chen, Jia Liu
2011 J jnl
Comput. Math. Appl.
Xiaoli Sun, Min Li, Weiqiang Zhang
2011 J jnl
J. Circuits Syst. Comput.
Weiqiang Zhang, Li Su, Yu Zhang, Linfeng Li, Jianping Hu
2011 C conf
CIS
Min Li, Chen Xu, Xiaoli Sun, Weiqiang Zhang
2009 conf
CIS (1)
Chen Xu, Jianwen Feng, Francis R. Austin, Weiqiang Zhang
2009 conf
WKDD
Weiqiang Zhang, Ruihu Li
2009 conf
CSIE (3)
Weiqiang Zhang, Li Su, Xiaoyan Luo, Jinghong Fu, Jianping Hu
2009 J jnl
Wirel. Commun. Mob. Comput.
Ser Wah Oh, T. P. Cuong Le, Weiqiang Zhang, S. N. Altaf Ahmed, Yonghong Zeng, Karen J. M. Kua
2008 conf
APCCAS
Weiqiang Zhang, Li Su, Jinghong Fu, Jianping Hu
2008 conf
CrownCom
Ser Wah Oh, Naveen A. A. S. Syed, Yonghong Zeng, V. P. Kumar, T. P. Cuong Le, Karen J. M. Kua, Weiqiang Zhang
2007 C conf
CIS
Weiqiang Zhang, Chen Xu, Feipeng Li, Jiqiang Feng
2005 conf
CIS (2)
Chen Xu, Weiqiang Zhang, Francis R. Austin
1998 Misc conf
PG
Weiqiang Zhang, Zesheng Tang, Jie Li
tests/unit/test_smali_normalization.py
← Index tests/unit/test_smali_normalization.py python
"""Unit tests for smali semantic normalization.

Tests the three normalization levels (category, opcode, opcode_api),
opcode categorization, ACFG feature index mapping, and integration
with MinHash computation.
"""
import pytest

pytestmark = [pytest.mark.unit, pytest.mark.apk, pytest.mark.decompile]


class TestCategorizeOpcode:
    """Tests for opcode -> semantic category mapping."""

    def test_arithmetic(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("add-int") == "ALU"
        assert categorize_opcode("mul-long/2addr") == "ALU"
        assert categorize_opcode("neg-int") == "ALU"

    def test_data_movement(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("move-result") == "MOV"
        assert categorize_opcode("const/4") == "CONST"
        assert categorize_opcode("const-string") == "CONST"

    def test_memory_access(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("iget-object") == "LOAD"
        assert categorize_opcode("sput-wide") == "STORE"
        assert categorize_opcode("aget-byte") == "LOAD"

    def test_invocation(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("invoke-virtual") == "CALL"
        assert categorize_opcode("invoke-static") == "CALL"
        assert categorize_opcode("invoke-direct") == "CALL"

    def test_control_flow(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("if-eqz") == "BRANCH"
        assert categorize_opcode("goto") == "JMP"
        assert categorize_opcode("goto/16") == "JMP"
        assert categorize_opcode("return-void") == "RET"

    def test_comparison(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("cmp-long") == "CMP"
        assert categorize_opcode("cmpl-float") == "CMP"
        assert categorize_opcode("cmpg-double") == "CMP"

    def test_conversion(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("int-to-long") == "CONV"
        assert categorize_opcode("float-to-int") == "CONV"

    def test_object_type(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("new-instance") == "ALLOC"
        assert categorize_opcode("check-cast") == "TYPE"
        assert categorize_opcode("instance-of") == "TYPE"

    def test_exception_sync(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("throw") == "EXC"
        assert categorize_opcode("monitor-enter") == "SYNC"

    def test_unknown(self):
        from redb.extractors.decompiler.apk.smali_normalization import categorize_opcode
        assert categorize_opcode("nop") == "OTHER"


class TestNormalizeInstruction:
    """Tests for single instruction normalization at various levels."""

    def test_category_level(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        assert normalize_instruction("add-int v0, v1, v2", "category") == "ALU"
        assert normalize_instruction("invoke-virtual {p0}, Lcom/Foo;->bar()V", "category") == "CALL"
        assert normalize_instruction("return-void", "category") == "RET"

    def test_opcode_level_strips_width(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        # Width variants collapse to same base
        assert normalize_instruction("add-int v0, v1, v2", "opcode") == "add"
        assert normalize_instruction("add-long v0, v2, v4", "opcode") == "add"
        assert normalize_instruction("add-float v0, v1, v2", "opcode") == "add"
        # Addressing modes collapse too
        assert normalize_instruction("add-int/2addr v0, v1", "opcode") == "add"

    def test_opcode_api_invoke(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        result = normalize_instruction(
            "invoke-virtual {p0, v0}, Lcom/example/Foo;->bar(I)V"
        )
        assert result == "CALL Lcom/example/Foo;->bar(I)V"

    def test_opcode_api_invoke_no_ref(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        # If somehow no method ref is found, fallback to CALL
        assert normalize_instruction("invoke-virtual {v0}") == "CALL"

    def test_opcode_api_field_load(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        result = normalize_instruction(
            "iget-object v0, p0, Lcom/Foo;->mField:Ljava/lang/String;"
        )
        assert result == "LOAD Lcom/Foo;->mField:Ljava/lang/String;"

    def test_opcode_api_field_store(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        result = normalize_instruction(
            "iput-object v0, p0, Lcom/Foo;->mField:Ljava/lang/String;"
        )
        assert result == "STORE Lcom/Foo;->mField:Ljava/lang/String;"

    def test_opcode_api_androguard_field_format(self):
        """androguard uses space instead of colon in field references."""
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        result = normalize_instruction(
            "iget-object v0, p0, Lcom/Foo;->mField Ljava/lang/String;"
        )
        assert result.startswith("LOAD")
        assert "Lcom/Foo;->mField" in result

    def test_opcode_api_new_instance(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        result = normalize_instruction(
            "new-instance v0, Lcom/example/MyClass;"
        )
        assert result == "ALLOC Lcom/example/MyClass;"

    def test_opcode_api_const_string(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        result = normalize_instruction(
            'const-string v0, "hello world"'
        )
        assert result == 'CONST_STR "hello world"'

    def test_opcode_api_const_string_jumbo(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        result = normalize_instruction(
            'const-string/jumbo v0, "large string"'
        )
        assert result == 'CONST_STR "large string"'

    def test_opcode_api_fallback_to_category(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        # Non-special instructions fall back to category
        assert normalize_instruction("add-int v0, v1, v2") == "ALU"
        assert normalize_instruction("return-void") == "RET"
        assert normalize_instruction("nop") == "OTHER"

    def test_empty_input(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_instruction
        assert normalize_instruction("") == ""
        assert normalize_instruction("   ") == ""


class TestNormalizeMethodBody:
    """Tests for full method body normalization."""

    def test_filters_directives_labels_comments(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_method_body
        body = """\
.locals 2
# comment
:label_0
add-int v0, v1, v2
.line 42
invoke-virtual {p0}, Lcom/Foo;->bar()V
return-void
"""
        result = normalize_method_body(body, "category")
        assert result == ["ALU", "CALL", "RET"]

    def test_opcode_api_preserves_api_refs(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_method_body
        body = """\
const/4 v0, 0x0
invoke-virtual {p0, v0}, Lcom/Foo;->setX(I)V
iget-object v1, p0, Lcom/Foo;->name:Ljava/lang/String;
return-void
"""
        result = normalize_method_body(body, "opcode_api")
        assert result[0] == "CONST"
        assert result[1] == "CALL Lcom/Foo;->setX(I)V"
        assert result[2] == "LOAD Lcom/Foo;->name:Ljava/lang/String;"
        assert result[3] == "RET"

    def test_empty_body(self):
        from redb.extractors.decompiler.apk.smali_normalization import normalize_method_body
        assert normalize_method_body("") == []
        assert normalize_method_body("\n\n") == []


class TestNormalizationWithMinHash:
    """Integration tests: normalization + MinHash computation."""

    def test_minhash_returns_signature(self):
        from redb.extractors.decompiler.apk.method_extractor import compute_minhash
        body = """\
const/4 v0, 0x0
invoke-virtual {p0, v0}, Lcom/Foo;->bar(I)V
iget-object v1, p0, Lcom/Foo;->name:Ljava/lang/String;
add-int v2, v0, v1
return-void
"""
        sig = compute_minhash(body)
        assert sig is not None
        assert len(sig) == 64
        assert all(0 <= v < 256 for v in sig)

    def test_minhash_register_invariance(self):
        """Same operations with different registers should produce identical signatures."""
        from redb.extractors.decompiler.apk.method_extractor import compute_minhash
        body_a = """\
const/4 v0, 0x0
invoke-virtual {p0, v0}, Lcom/Foo;->bar(I)V
iget-object v1, p0, Lcom/Foo;->name:Ljava/lang/String;
add-int v2, v0, v1
return-void
"""
        body_b = """\
const/4 v3, 0x0
invoke-virtual {p1, v3}, Lcom/Foo;->bar(I)V
iget-object v4, p1, Lcom/Foo;->name:Ljava/lang/String;
add-int v5, v3, v4
return-void
"""
        sig_a = compute_minhash(body_a)
        sig_b = compute_minhash(body_b)
        assert sig_a == sig_b

    def test_minhash_width_invariance(self):
        """Width variants of same operations should produce identical signatures."""
        from redb.extractors.decompiler.apk.method_extractor import compute_minhash
        body_int = """\
add-int v0, v1, v2
sub-int v3, v0, v1
mul-int v4, v0, v3
return v4
"""
        body_long = """\
add-long v0, v2, v4
sub-long v6, v0, v2
mul-long v8, v0, v6
return-wide v8
"""
        sig_int = compute_minhash(body_int)
        sig_long = compute_minhash(body_long)
        # Both normalize to ALU, ALU, ALU, RET -> identical
        assert sig_int == sig_long

    def test_minhash_different_apis_differ(self):
        """Methods calling different APIs should produce different signatures."""
        from redb.extractors.decompiler.apk.method_extractor import compute_minhash
        body_a = """\
const/4 v0, 0x0
invoke-virtual {p0, v0}, Lcom/crypto/AES;->encrypt([B)[B
invoke-virtual {v0}, Ljava/io/OutputStream;->write([B)V
return-void
"""
        body_b = """\
const/4 v0, 0x0
invoke-virtual {p0, v0}, Ljava/lang/String;->length()I
invoke-virtual {v0}, Ljava/io/PrintStream;->println(I)V
return-void
"""
        sig_a = compute_minhash(body_a)
        sig_b = compute_minhash(body_b)
        assert sig_a != sig_b

    def test_minhash_too_few_instructions(self):
        from redb.extractors.decompiler.apk.method_extractor import compute_minhash
        assert compute_minhash("return-void\nnop") is None


class TestACFGBlockFeatures:
    """Tests for per-block ACFG feature extraction via smali_cfg."""

    def test_simple_linear_method(self):
        from redb.extractors.decompiler.apk.smali_cfg import compute_cfg_metrics
        body = """\
add-int v0, v1, v2
invoke-virtual {p0}, Lcom/Foo;->bar()V
return-void
"""
        metrics = compute_cfg_metrics(body)
        assert metrics.block_count >= 1
        assert len(metrics.block_features) == metrics.block_count
        # Each feature vector has 8 elements
        for feat in metrics.block_features:
            assert len(feat) == 8

    def test_branching_method_has_multiple_blocks(self):
        from redb.extractors.decompiler.apk.smali_cfg import compute_cfg_metrics
        body = """\
const/4 v0, 0x0
if-eqz v0, :cond_0
invoke-virtual {p0}, Lcom/Foo;->a()V
goto :goto_0
:cond_0
invoke-virtual {p0}, Lcom/Foo;->b()V
:goto_0
return-void
"""
        metrics = compute_cfg_metrics(body)
        assert metrics.block_count >= 3
        assert len(metrics.block_features) == metrics.block_count

    def test_feature_vector_arithmetic_count(self):
        from redb.extractors.decompiler.apk.smali_cfg import compute_cfg_metrics
        body = """\
add-int v0, v1, v2
sub-int v3, v0, v1
mul-int v4, v0, v3
return v4
"""
        metrics = compute_cfg_metrics(body)
        assert len(metrics.block_features) == 1
        feat = metrics.block_features[0]
        # feat[0] = instr_count (4), feat[1] = arithmetic (3)
        assert feat[0] == 4
        assert feat[1] >= 3  # 3 ALU ops

    def test_feature_vector_call_count(self):
        from redb.extractors.decompiler.apk.smali_cfg import compute_cfg_metrics
        body = """\
invoke-virtual {p0}, Lcom/A;->a()V
invoke-static {v0}, Lcom/B;->b()V
return-void
"""
        metrics = compute_cfg_metrics(body)
        feat = metrics.block_features[0]
        # feat[4] = call count
        assert feat[4] == 2