Code Monkey home page Code Monkey logo

Comments (6)

athre0z avatar athre0z commented on June 2, 2024

Oh, cool, so HR finally realised that nobody liked Fixedsys. Could you quickly Hex-Edit the string in the binary to Consolas and check whether it actually fixes the issue? I don't have decompilers.

from idaskins.

bruce30262 avatar bruce30262 commented on June 2, 2024

Changing Fixedsys to Consolas fixes the issue :) ( at least it works on my machine )

from idaskins.

SilverBut avatar SilverBut commented on June 2, 2024

Wondering why we need to return a constant value under Windows.
Is there any problem if we return another font according to the config file?

from idaskins.

athre0z avatar athre0z commented on June 2, 2024

What config file are you referring to? The skin manifest? This function obtains the font values set in the IDA settings. If the font wasn't manually changed by the user, the config keys aren't set and we have to fall back to the IDA defaults — which, unless they changed that, happen to be the system default on Unix and Fixedsys/Consolas on Windows. Thus the constant.

from idaskins.

SilverBut avatar SilverBut commented on June 2, 2024

Oh I know.....
Now I understand why it is a const value.
Thanks.

from idaskins.

Mem2019 avatar Mem2019 commented on June 2, 2024

Also the size of font is fixed at 10 after restarting, although I have changed the settings before restarting :(

Okay, I know how to solve :)
Font size is fixed here
https://github.com/zyantific/IDASkins/blob/master/src/IdaFontConfig.cpp#L63
so xref "Size" in dll of the plugin, and patch it from "mov ebx,10" to "mov ebx,font you want"
should be easy for ones who use IDA to do reverse engineering :)

from idaskins.

Related Issues (20)

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.