Content Type
Profiles
Forums
Events
Everything posted by blackwingcat
-
It seems to have opgen general problem. It does not also work on Windows XP. You can download fixed newer version opgen from here. http://www.reversing.be/forum/viewtopic.php?t=517 And what is runme.exe ?
-
Fixed version user32.dll is 5.0.2195.7160(Oct 7th 4:23am GMT) in v23h
-
I disassembled it. But I think it resolved user32.dll problem as I said. It causes from same bug.
-
It detected two Trojan as you said. So, I'll create new standalone WIndows 2000 environment and test it. And then... I tested them. On my new environment both programs seem to work fine. Does topo12.exe have any problems on typical Windows 2000 environment ?
-
I will change the kernel32.dll does not return error 0xc000000d but ignore COPY_FILE_ALLOW_DECRYPTED_DESTINATION on Extended kernel v23h (kernel32.dll 5.0.2195.7023). I released it
- 26 replies
-
- Firefox 24
- UURollup v11
-
(and 1 more)
Tagged with:
-
http://blog.livedoor.jp/blackwingcat/archives/1817451.html My blog reader found the reason. https://bugzilla.mozilla.org/show_bug.cgi?id=788212 See the bugzilla.
- 26 replies
-
- Firefox 24
- UURollup v11
-
(and 1 more)
Tagged with:
-
Hi. can't addon, cannot modify needed file; XP and no script only installed | Firefox サポートフォーラム | Mozilla サポート The problem is related to it ?
- 26 replies
-
- Firefox 24
- UURollup v11
-
(and 1 more)
Tagged with:
-
Will you guess me the any programs ? If it is simple application as calc32.exe , I may be able to resolve it. What is oll ? Similar problems are had by GDK softwares.and Java 7 and Google Chrome. They resolve to replace gdk library file. But if it is Java application we only should use Java 6 u51/60.
-
It causes stagedAddon.exists() error perhaps it fails to do this.addon.unpack" I have researched yesterday. http://blog.livedoor.jp/blackwingcat/archives/1817059.html It shows some information in firefox > tool > web developer > browser console. Thank you for telling me. What's obvious is that omni.ja cannot be opened as a ZIP archive at all. But if you copy the omni.ja file outside the Firefox directory and rename it to omni.zip, you'll see the XPIProvider.jsm which will reside in the \modules directory. I extracted the XPIProvider.jsm looked at lines 5203 to 5221 to see what could be causing this error: "this.addon.id + ".xpi");" line is located on line 5221 which is what could be causing this error that fails to install add-ons in the first place. I will probably need to compare that to a Firefox 22 installation to see what changes were made that caused the error. If for some reason, I'm missing anything, please let me know and I'll get back to you.
- 26 replies
-
- Firefox 24
- UURollup v11
-
(and 1 more)
Tagged with:
-
Does anyone know what are changed XLU.DLL from 20130611203132 to 20130612031138 ? http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013/06/2013-06-11-20-31-32-oak/ This is no problem lastest version. http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013/06/2013-06-12-03-11-38-mozilla-central/ This is first problem version. I can not find from bugzilla. https://bugzilla.mozilla.org/buglist.cgi?resolution=---&chfieldto=2013-06-30&query_format=advanced&chfieldfrom=2013-06-01&component=Extension%20Compatibility&product=Firefox
- 26 replies
-
- Firefox 24
- UURollup v11
-
(and 1 more)
Tagged with:
-
Umm... I think that it is only method that Skype prevent from update the old version skype. and we can't connect to server with client version 2.x lower.
-
I find Windows 2000 bug. http://blog.livedoor.jp/blackwingcat/archives/1816967.html I will release fixed version extended kernel user32. on 5.00.2195.7160 Thx.
-
I tried to use Skype 1.4.0.84 But it can't connect to server. and Skype 2.0 was used user32 UnregisterDeviceNotification TrackMouseEvent RegisterDeviceNotificationA BroadcastSystemMessageA NotifyWinEvent
-
Umm..... Does it correct the following ? +------------+------+----------------+-----+--------------------+ | ExKernel | 1.8x |1.8+Fixed User32|2.3g3|2.3g3 gamefixversion| +------------+------+----------------+-----+--------------------+ | GameGuard | Ok | Ok | Bad | Ok | +------------+------+----------------+-----+--------------------+ | GameRanger | Bad | Ok | Ok | Ok | +------------+------+----------------+-----+--------------------+ | Any Game | Ok | Ok | Bad?| Bad? | |InGameRanger| | | | | +------------+------+----------------+-----+--------------------+
-
Hi. Well, I think Gameguard Problem fixed on "avoid Game Guard Bug version(Game Support version)" Extended kernel. Although I said before, I think It is Gameguard bug which reference nullpointer crash.
-
Hi. Different language version are imcompatible in kernel32 and user32 cause of relocation address problem. Because English version 23f/f2/3 is made by me with emergency basis, I has many problems, so I think they should delete. Although I don't know why you use version 1.8g, If it is reason that some games don't work on version 2.x, plz try to install Game supported version 2.3g3.
-
KernelEx Apps Compatibility List (New)
blackwingcat replied to xrayer's topic in Windows 9x Member Projects
I think If the useful application is too incompatible from Windows 9x and it has open source project, there is more reality that to migrate for it. notepad++ and firefox and so on For example I did not have any tricks(,which is difficult problem solved by extend function ) on Extended Kernel but the side of .Net framework 3.5 and 4.0 for Windows 2000 . -
I released Extended kernel v2.3g3 and game support version. nProtect which is wellknown Korea protect from game cheat solution has critical bug. So I must create another version extended kernel to avoid its bug. The differences are kernel32 and rpcrt4.dll I stripped some functions from them and changed a little bit on Procedure call routine.
-
KernelEx Apps Compatibility List (New)
blackwingcat replied to xrayer's topic in Windows 9x Member Projects
Hi, MiKl. I actually don't understand the mechanisms KernelEx for Windows 98/me, although I create Kernel extension for Windows 2000. On my way (Windows 2000 Extended kernel)... 1. create enough space for code. 2. move Export table to space. 3. Insert codes, extend functions. 4. Check additional relocation table. 5. adjust checksum. In case of Windows 9x. I think it is easier and better that we only re-complie the application, we need. There are important library for Windows 9x, gdiplus and ssl and atl and so on as we need. For example I create Twitter client for Windows 95, which supported API1.1 and UserStream. -
Hi, Thx for your report. It seems to cause of Windows 2000 narive bug. I try to fix it on v2.3f3. Will you test it?
-
KernelEx Apps Compatibility List (New)
blackwingcat replied to xrayer's topic in Windows 9x Member Projects
Hi. I think you only notice the difference sqlite3 source code Windows 9x Don't worry Japanese description. I feel happy in the sense of accomplishment when I run the program that it would not run. That is enough for me. In Firefox 23 and later version, the sqlite3 was intergrated into nss3.dll. It exports the following functions sqlite3_aggregate_context sqlite3_aggregate_count sqlite3_auto_extension sqlite3_bind_blob sqlite3_bind_double sqlite3_bind_int sqlite3_bind_int64 sqlite3_bind_null sqlite3_bind_parameter_count sqlite3_bind_parameter_index sqlite3_bind_parameter_name sqlite3_bind_text sqlite3_bind_text16 sqlite3_bind_value sqlite3_busy_handler sqlite3_busy_timeout sqlite3_changes sqlite3_clear_bindings sqlite3_close sqlite3_collation_needed sqlite3_collation_needed16 sqlite3_column_blob sqlite3_column_bytes sqlite3_column_bytes16 sqlite3_column_count sqlite3_column_decltype sqlite3_column_decltype16 sqlite3_column_double sqlite3_column_int sqlite3_column_int64 sqlite3_column_name sqlite3_column_name16 sqlite3_column_text sqlite3_column_text16 sqlite3_column_type sqlite3_column_value sqlite3_commit_hook sqlite3_complete sqlite3_complete16 sqlite3_config sqlite3_create_collation sqlite3_create_collation16 sqlite3_create_function sqlite3_create_function16 sqlite3_create_module sqlite3_data_count sqlite3_db_handle sqlite3_db_mutex sqlite3_db_status sqlite3_declare_vtab sqlite3_enable_load_extension sqlite3_enable_shared_cache sqlite3_errcode sqlite3_errmsg sqlite3_errmsg16 sqlite3_exec sqlite3_expired sqlite3_extended_result_codes sqlite3_file_control sqlite3_finalize sqlite3_free sqlite3_free_table sqlite3_get_autocommit sqlite3_get_auxdata sqlite3_get_table sqlite3_global_recover sqlite3_initialize sqlite3_interrupt sqlite3_last_insert_rowid sqlite3_libversion sqlite3_libversion_number sqlite3_load_extension sqlite3_malloc sqlite3_memory_alarm sqlite3_memory_highwater sqlite3_memory_used sqlite3_mprintf sqlite3_mutex_alloc sqlite3_mutex_enter sqlite3_mutex_free sqlite3_mutex_leave sqlite3_mutex_try sqlite3_next_stmt sqlite3_open sqlite3_open16 sqlite3_open_v2 sqlite3_overload_function sqlite3_prepare sqlite3_prepare16 sqlite3_prepare16_v2 sqlite3_prepare_v2 sqlite3_profile sqlite3_progress_handler sqlite3_realloc sqlite3_release_memory sqlite3_reset sqlite3_reset_auto_extension sqlite3_result_blob sqlite3_result_double sqlite3_result_error sqlite3_result_error16 sqlite3_result_error_nomem sqlite3_result_int sqlite3_result_int64 sqlite3_result_null sqlite3_result_text sqlite3_result_text16 sqlite3_result_text16be sqlite3_result_text16le sqlite3_result_value sqlite3_rollback_hook sqlite3_set_authorizer sqlite3_set_auxdata sqlite3_shutdown sqlite3_sleep sqlite3_snprintf sqlite3_sql sqlite3_status sqlite3_step sqlite3_stmt_readonly sqlite3_stmt_status sqlite3_thread_cleanup sqlite3_total_changes sqlite3_trace sqlite3_transfer_bindings sqlite3_unlock_notify sqlite3_update_hook sqlite3_uri_parameter sqlite3_user_data sqlite3_value_blob sqlite3_value_bytes sqlite3_value_bytes16 sqlite3_value_double sqlite3_value_int sqlite3_value_int64 sqlite3_value_numeric_type sqlite3_value_text sqlite3_value_text16 sqlite3_value_text16be sqlite3_value_text16le sqlite3_value_type sqlite3_version sqlite3_vfs_find sqlite3_vfs_register sqlite3_vfs_unregister sqlite3_vmprintf -
KernelEx Apps Compatibility List (New)
blackwingcat replied to xrayer's topic in Windows 9x Member Projects
Hi. http://blog.livedoor.jp/blackwingcat/archives/1452362.html I can create binary for Windows 95 with VC2010. I think we can compile mozsqlite3.dll with VC2008 or VC2010 and without runtime ( use -mt option ) custmize for Win9x. I recommend use VC++2008 http://blog.livedoor.jp/blackwingcat/archives/1804729.html You can find the reason why the recent version sqlite3 does not work on Windows 9x and how to resolve it. -
KernelEx Apps Compatibility List (New)
blackwingcat replied to xrayer's topic in Windows 9x Member Projects
I released sqlite 3.8.0.2 which supported Windows 95 version. http://blog.livedoor.jp/blackwingcat/archives/1813730.html You can get also following dlls for Windows 95. ATL80.DLL GDIPLUS.DLL MSVCR80.DLL LIBEAY32.DLL SSLEAY32.DLL http://blog.livedoor.jp/blackwingcat/archives/1809293.html -
DOTNET patches installation error
blackwingcat replied to thanjaiswami's topic in Windows 2000/2003/NT4
Plz look install log files. They were created in %temp% for example "Microsoft .NET Framework 3.0-KBxxxxxx_DATE_TIME-Msi0.txt" -
Windows XP API Wrapper for win2k issues?
blackwingcat replied to CaelThunderwing's topic in Windows 2000/2003/NT4
You can recover from KDW 's BSoD with overwrite KDW same files in system32 from dllcache or SP4SRP file on recovery console or Other Boot by Dual boot. On Windows XP and 2000 dual boot system , you must keep recently ntdetect.com and ntldr ( and bootfont.bin) When you install XP at first, you must recover these files after install Windows 2000. Following Extended kernel project. http://blog.livedoor.jp/blackwingcat/archives/1299806.html