transport = JDWP::kJdwpTransportAndroidAdb; 353 } else { 354 LOG(ERROR) << "JDWP transport not supported: " << value; 355 return false; 356 } 357 } else if (name == "server") { 358 if (value == "n") { 359 gJdwpOptions.server = false; 360 } else if (value == "y") ...
545 VLOG(threads) << "installing stack protected region at " << std::hex << 546 static_cast<void*>(pregion) << " to " << 547 static_cast<void*>(pregion + kStackOverflowProtectedSize - 1); 548 if (ProtectStack(/* fatal_on_error */ false)) { 549 // Tell the kernel that ...
They gave a .pyc file (click here to download) and we were asked to find the murder’s name (which was the key). First I tried running the file, but it showed an runtime error. h1dd3ntru7h@bi0s:~/Desktop/ctf/felicity/qn5$ python calling_card.pyc RuntimeError: Bad magic number ...
1157 <key>StandardErrorPath</key> 1158 <string>/Users/USER/Library/Logs/ZipCloud/lagent_err.log</string> 1159 <key>RunAtLoad</key> 1160 <true/> 1161 </dict> 1162 </plist> 1163 1164 Contents of Library/LaunchAgents/com.jdibackup.ZipCloud.backupstart.plist 1165 - mod date: Sep 7 10...
12 common frames omitted Caused by: javax.ws.rs.client.ResponseProcessingException: java.util.ServiceConfigurationError: io.smallrye.config.SmallRyeConfigFactory: io.quarkus.runtime.configuration.QuarkusConfigFactory not a subtype at org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.filterResponse(...
xparam->outputs.error_text = zend_string_init(sock->errMsg, strlen(sock->errMsg), 0); } ret = -1; } if (ip_address) { efree(ip_address); } return ret; } static inline int socket_bind(php_stream *stream, Socket *sock, php_stream_xport_param *xparam STREAMS_DC)...
Expand Down Expand Up @@ -1161,7 +1163,7 @@ public final synchronized Throwable[] getSuppressed() { private static volatile java.util.function.Supplier<String> $$jb$additionalInfoSupplier = null; // JBR API internals @JBRApi.Provides("Jstack#includeInfoFrom") private static void $$jb$addit...
// If the bit is not set on this method, but we reach here because it's been set on the method at the same slot on // the base type, set the bit for the current method to ensure any future overriding method down the chain gets checked. if (!pMD->RequiresCovariantReturnTypeChecki...
reset(MapAnonymousPreferredAddress(space_name, 386 requested_alloc_space_begin, 387 non_moving_space_capacity, 388 &error_str)); 389 CHECK(non_moving_space_mem_map != nullptr) << error_str; 390 // Try to reserve virtual memory at a lower address if we have a separate non moving space...
ip_address = parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, &portno, xparam->want_errortext, &xparam->outputs.error_text); host = ip_address; if (sock->sock_type == SOCK_STREAM) { int sockoptval = 1; setsockopt(sock->get_fd(), IPPROTO_TCP, TCP_...