Code Monkey home page Code Monkey logo

isaacdecraftinghuijigadget's People

Contributors

frto027 avatar

Stargazers

 avatar

Watchers

 avatar

isaacdecraftinghuijigadget's Issues

不一致问题

根据逆向程序逻辑,此处乘法为double乘法,但变量均为float类型,2.3283062e-10的IEEE754编码应为0x2F7FFFFE

v74 = (float)((float)v70 * 2.3283062e-10) * v55;

考虑以下函数调用点的乘法问题

inline float nextFloat() {

此外,此处减法为double减法,但变量值为float类型,此行为使用xmm寄存器,可能与编译器相关

remains -= collectible_list[cur_select];


在以下位置,需要额外判断一个逻辑条件BagOfCraftingIsSafeToGen(item_id,flag),第一处flag为1,第二处flag为6(与贪婪模式有关)。

if(item_config->quality >= qmin && item_config->quality <= qmax){

if(AchievementUnlocked(GetItemConfig(selected)->aid) || ++retry_count >= 20){


以下边界条件明确for(i=0;i<20;i++)

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.