ida pro idc scripting issue i can't solve any idea? - ida

Been fighting from morning to fix this issue.
Problem in my scripting i am using ida pro Version 7.0.170914 Windows x64 (32-bit address size) i know its not latest but i have not renew it.
issue in idc.MakeStr
MakeStr(ScreenEA(),endaddress) this make issue. this make
65,"tiRspPlusSecnRssi",0
when original result is
"AtiRspPlusSecnRssi",0
i don't know where i am mistaking any help ?
idc.create_strlit exactly same result.

Related

VS Code with Julia Extension never completes

I'm running on Windows 10:
Processor Intel(R) Core(TM) i9-10900K CPU # 3.70GHz 3.70 GHz
Installed RAM 64.0 GB (63.8 GB usable) Device
ID A90B50D3-489B-4AE1-BB44-38804085FE3A Product
ID 00330-53385-62923-AAOEM System type 64-bit operating system,
x64-based processor
I have installed and tested Julia:
I downloaded the latest version of VS Code and tried my "Hello World" Julia script as follows:
As you can see a the bottom of the screen, it never runs the program.
It is stuck!
Any help or suggestions will be greatly appreciated.
Charles
It seems like many people seem to have this issue, but the VS Code devs claim the bug has been fixed. Is it possible you are using an old version of the Julia VS Code Extension? See this issue: https://github.com/julia-vscode/julia-vscode/issues/1780 for details.
I was able to replicate some similar behavior (albeit on a different OS) and filed an issue here: https://github.com/julia-vscode/julia-vscode/issues/2391
I suggest you do the same unless any of the fixes on the first issue linked above work for you.

Unity Error: X server took longer than 2002 milliseconds to respond to

Whenever I launch Unity Editor, I always get multiple of the same error message in my console, and one NullReferenceException.
What are these and how can I fix them? I tried searching the web and didn't find anything. Can I safely ignore them?
My machine is decently powerful with 16 GB ram, i5 8th gen # 1.8 GHz. Not sure if my machine is just laggy or if these are legitimate errors.
I'm using Ubuntu 20.04 LTS.
Confirmed bug by Unity Editor developer - bug report already made. The problem has existed since version 2020.1.13f1.
Until it is fixed you could either ignore it or downgrade to Unity version 2020.1.12f1 (last version without the bug).
The version 2020.1.12f1 is no longer listed in UnityHub, although it is possible to download it from command line:
$ ./UnityHub.AppImage unityhub://2020.1.12f1/55b56f0a86e3
If you don't have UnityHub it can be downloaded here.
Relates to: post on unity forum.
Unity Editor dev here. This is a bug. Please report it using Help->Report a Bug. We've made some changes in the Linux editor recently, and this message is part of it. Not something you should normally see.

vscode won't run on my laptop while i'm offline

vscode won't run on my win10 64bit os while i'm not connected to internet! as soon as I connect to internet it open's.
I have tried a lot to find the problem. even I have reinstalled my windows but it doesn't work.
what is the problem? pls help me if u know the answer
See this issue vscode won't run offline. There is a workaround posted there: comment: loopback adapter.
Later comment in that thread indicates it may have been fixed in an insider's build of windows 10.

Not able to install software on macOS using installer

I just bought a new MacBook Pro 2016 Edition about 2 weeks ago.
I installed a bunch of applications and software so far by copying them into Applications Folder as well as by following installer wizard.
Now today I tried to install Wireshark using installer wizard. I tried to install teamviewer too later today which also uses installer wizard. And both give me the same error.
I really need to resolve this because I need TeamViewer soon and I'm not finding anyone else facing this issue online anywhere.
Please advise.
Thank you
I also encountered such an error before,to solve it dont copy the pakage to your app folder, but instead open it with admin powers and that should fix the issue.
If you have purchased this software then you can call the tech support, else dont call them it can put you in danger for installing pirated software.
I looked everywhere. Didn't find a viable solution. But then reinstalled the OS. Which didn't affect any of my data or installed application. I got the whole Operating System the same way I left it. But resolved the issue I was facing.

Why does sosex!dlk run forever on Windows 7?

We recently moved from Windows XP to Windows 7 and ever since the move I've found that I can't run the !dlk command from Sosex in WinDbg anymore, it simply runs forever. It used to be a handy way to catch deadlocks in our code.
Did something change in Sosex that I should know about?
We're on Windows 7 64 bit debugging a crash dump from a x86 process that ran on a Windows 7 64 bit machine.
In the meantime I can try and work through !syncblk, but !dlk was sooooo nice.
As Rockstart said in a comment, major performance improvements have been made to SOSEX in recent weeks. Please let us know if you continue to have difficulty with the latest version of SOSEX. You can also email the address listed in !sosex.help for support.