Alex

Results 88 issues of Alex

Silent crash of IDA77 on some input binaries... ![image](https://user-images.githubusercontent.com/765343/190845713-80531388-df22-4cfa-b886-77edd1238aa7.png) after some seconds it is crashing silently (no IDA dump, nothing...) Next time you open up the idb IDA is complaining...

![image](https://github.com/portfolio-performance/portfolio/assets/765343/38a529cf-b912-4f08-bbc3-8964e774b5d2) Portfolio Performance Version: 0.68.4 (квітня 2024) Platform: win32, x86_64 Java: 17.0.5+8-LTS, Azul Systems, Inc. © 2012 - 2024, Andreas Buchen. All rights reserved. In memory of my mother.

bug

### Work environment Widows x64 ### Expected behavior 0 warnings in Windows build ### Actual behavior one warning: ``` capstone-5.0.1\Mapping.c(155,49): warning C4244: '=': conversion from 'uint16_t' to 'uint8_t', possible loss...

CS-core-files
build & packaging

Right now we have colors for these CPU Registers (ver 3.0.9): ![image](https://github.com/horsicq/XTranslation/assets/765343/8cb5ba37-a2a6-4aa6-ae81-4aa121229c3a) is it possible to add even more: YMM Registers ZMM Registers ? THANKS

Can't work on Python 3.12 .pyc files, it produces following error: python pycDcode.py --pyc xor.cpython-312.pyc --bytecode --version 3.12 > out1.txt ``` Traceback (most recent call last): File "C:\Dev\Debug\pycDcode.py", line 245,...

while trying to run the tool using Python 3.12 the script produces multiple warnings, eg: ```` C:\Dev\Debug\pycDcode.py:22: SyntaxWarning: invalid escape sequence '\ ' BANNER = """ C:\Dev\Debug\pycDcode.py:42: SyntaxWarning: invalid escape...

## Description fixes https://github.com/terraform-aws-modules/terraform-aws-pricing/issues/24 ## Motivation and Context make info correct/actual to the end user ## Breaking Changes -

Minor ticket to actualize readme page current readme states: ``` Set AWS provider's region to us-east-1 or sa-east-1 when using [modules/pricing](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/modules/pricing) because AWS Pricing service is only available in these...