You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If try send file ti virus check using menu Tools - Online Checks - hybrid-analysis.com Process Hacker crash then have Access Violation (AV) in to _InterlockedIncrement(&objectHeader->RefCount) on ./phlib/ref.c::171 . Debugger show listing:
--- \phlib\ref.c -----------------
167: PPH_OBJECT_HEADER objectHeader;
168:
169: objectHeader = PhObjectToObjectHeader(Object);
170: // Increment the reference count.
---> 171: _InterlockedIncrement(&objectHeader->RefCount);
000000013FAC4A40 F0 FF 41 F8 lock inc dword ptr [rcx-8]
172:
173: return Object;
000000013FAC4A44 48 8B C1 mov rax,rcx
174: }
000000013FAC4A47 C3 ret
--- not source code --------------------------------------------------------
000000013FAC4A48 CC int 3
000000013FAC4A49 CC int 3
000000013FAC4A4A CC int 3
000000013FAC4A4B CC int 3
000000013FAC4A4C CC int 3
000000013FAC4A4D CC int 3
000000013FAC4A4E CC int 3
000000013FAC4A4F CC int 3
--- \phlib\ref.c -----------------
189: PPH_OBJECT_HEADER objectHeader;
190: LONG oldRefCount;
191:
192: assert(!(RefCount < 0));
193:
194: objectHeader = PhObjectToObjectHeader(Object);
195: // Increase the reference count.
196: oldRefCount = _InterlockedExchangeAdd(&objectHeader->RefCount, RefCount);
000000013FAC4A50 F0 0F C1 51 F8 lock xadd dword ptr [rcx-8],edx
197:
198: return Object;
000000013FAC4A55 48 8B C1 mov rax,rcx
199: }
000000013FAC4A58 C3 ret
--- not source code --------------------------------------------------------
but plug-in OnlineChecks send any files to virusscan.jotti.org success and also this service work success - I send file to check and after little time can see callback report in to browser.
Also, other user messages about errors are associated with this menu, but I'm checking them for now because I'm not sure that there is no random error in the user's local settings.
The text was updated successfully, but these errors were encountered:
Also, other user messages about errors are associated with this menu, but I'm checking them for now because I'm not sure that there is no random error in the user's local settings.
The second message (I spoke about him yesterday) by ItsJustMe on forum.ru-board.com:
By the way, I'll add another interesting bug to the collection: select the second item from there (Upload file to VirusTotal ...) and click Cancel in the file selection dialog (if you really try to download something, it will be even worse, so we will not download anything , just click Cancel.) Admire the multiplication of ProcessHackers'
not confirmed. The phenomenon could not be reproduced on thirty independent machines.
I build and test Git 593e938 - work success, but hybrid-analysis.com service on the one hand is funny, on the other extremely drowsy - waiting for less than 2.5 hours, I have not seen them, and only accepts PE32 / PE64 files for any other answers with a blunder saying we got it wrong. :)
His colleagues at least first think, and after they swear, and these first swear, and then look at whose address the volley was given. :)
If try send file ti virus check using menu Tools - Online Checks - hybrid-analysis.com Process Hacker crash then have Access Violation (AV) in to
_InterlockedIncrement(&objectHeader->RefCount)
on ./phlib/ref.c::171 . Debugger show listing:Possible problem source in to (?????):
but plug-in OnlineChecks send any files to virusscan.jotti.org success and also this service work success - I send file to check and after little time can see callback report in to browser.
Also, other user messages about errors are associated with this menu, but I'm checking them for now because I'm not sure that there is no random error in the user's local settings.
The text was updated successfully, but these errors were encountered: