coolnero1 发表于 2013-11-16 15:42:07

老鸟们帮帮忙呀

本帖最后由 coolnero1 于 2013-11-16 15:45 编辑

for num2 in Form1.baseAddress do
      begin
            buffer2 := self.ReadMemoryValue(num2, 4, Form1.pid);
            input := BitConverter.ToUInt32(buffer2, 0).ToString('x');
            regex := Regex.Create('{3}$');
            if (regex.IsMatch(input)) then
            begin
                Form1.roleAddress := BitConverter.ToUInt32(buffer2, 0);
                break;
这里的roleaddress是怎么算的,,看不懂。。
页: [1]
查看完整版本: 老鸟们帮帮忙呀